view rhodecode/lib/dbmigrate/migrate/__init__.py @ 865:4f89f5f078f8

merged with beta
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 18 Dec 2010 17:13:46 +0100
parents 08d2dcd71666
children 7f31de1584c6
line wrap: on
line source

"""
   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 *