Files @ 0614862a20ec
Branch filter:

Location: kallithea/rhodecode/lib/dbmigrate/migrate/__init__.py

Marcin Kuzminski
Added number of comments in changelog for each changeset
- significantly improved speed of changelog page for large repos
"""
   SQLAlchemy migrate provides two APIs :mod:`migrate.versioning` for
   database schema version and repository management and
   :mod:`migrate.changeset` that allows to define database schema changes
   using Python.
"""

from rhodecode.lib.dbmigrate.migrate.versioning import *
from rhodecode.lib.dbmigrate.migrate.changeset import *

__version__ = '0.7.3.dev'