Change-Id: I1ec582fbbf910316d39b8acf08a46f41806ba5f5
# revision_environment = false
# default to an empty string because the Neutron migration cli will
-# extract the correct value and set it programatically before alemic is fully
+# extract the correct value and set it programmatically before alembic is fully
# invoked.
sqlalchemy.url =
def upgrade():
- # Workaround for Alemic bug #89
+ # Workaround for Alembic bug #89
# https://bitbucket.org/zzzeek/alembic/issue/89
context = op.get_context()
if context.bind.dialect.name == 'postgresql':