##// END OF EJS Templates
added dbmigrate package, added model changes...
added dbmigrate package, added model changes moved out upgrade db command to that package

File last commit:

r833:9753e090 beta
r833:9753e090 beta
Show More
__init__.py
9 lines | 292 B | text/x-python | PythonLexer
"""
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 migrate.versioning import *
from migrate.changeset import *