
- code cleanup in the remaining migrate.changeset files - add migrate.changeset.exceptions and migrate.changeset.schema to api.rst - add more information to CHANGELOG
9 lines
209 B
Python
9 lines
209 B
Python
"""
|
|
This module extends SQLAlchemy and provides additional DDL [#]_
|
|
support.
|
|
|
|
.. [#] SQL Data Definition Language
|
|
"""
|
|
from migrate.changeset.schema import *
|
|
from migrate.changeset.constraint import *
|