##// END OF EJS Templates
added current db version into rhodecode,...
added current db version into rhodecode, added auto versioning of newly created databases

File last commit:

r833:9753e090 beta
r834:8924ed0e beta
Show More
__init__.py
9 lines | 292 B | text/x-python | PythonLexer
added dbmigrate package, added model changes...
r833 """
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 *