Fix typos in neutron/db/migration

Change-Id: I1ec582fbbf910316d39b8acf08a46f41806ba5f5
This commit is contained in:
Mitsuhiro SHIGEMATSU 2015-03-21 07:24:44 +09:00 committed by SHIGEMATSU Mitsuhiro
parent a3a1b5a5db
commit 8a5bde690e
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ script_location = %(here)s/alembic
# 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 =

View File

@ -29,7 +29,7 @@ import sqlalchemy as sa
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':