remove meta so alembic doesn't require refstack

This commit is contained in:
termie 2013-12-05 23:48:37 -08:00
parent 81a563b300
commit 587d15ec2d

View File

@ -35,11 +35,9 @@ fileConfig(config.config_file_name)
# add your model's MetaData object here
# for 'autogenerate' support
# from myapp import mymodel
# target_metadata = mymodel.Base.metadata
# target_metadata = None
from refstack.models import db
target_metadata = db.metadata
# from refstack.models import db
# target_metadata = db.metadata
target_metadata = None
# other values from the config, defined by the needs of env.py,
# can be acquired: