Change-Id: I555c4a904893ada4b23bcdc22eb73acff1aa5c5b
This commit is contained in:
zhangdebo 2018-09-09 23:01:52 -04:00
parent c3def624fb
commit 791393529e
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ def upgrade():
#
# IMPORTANT Note:
# It is irregular for migrations to conditionally apply changes.
# Migraitons are generally straightforward applicaiton of changes -- e.g.
# Migraitons are generally straightforward application of changes -- e.g.
# crate tables, drop columns, etc...
# Do not model future migrations after this migration, which is specially
# crafted to coerce non-Alembic manageed databases into an Alembic-managed