From 791393529ef52b2490f2e57df1289c53bf5f293a Mon Sep 17 00:00:00 2001 From: zhangdebo Date: Sun, 9 Sep 2018 23:01:52 -0400 Subject: [PATCH] Fix typo Change-Id: I555c4a904893ada4b23bcdc22eb73acff1aa5c5b --- alembic/versions/918bbfd28185_initial_deckhand_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alembic/versions/918bbfd28185_initial_deckhand_base.py b/alembic/versions/918bbfd28185_initial_deckhand_base.py index 42bc0351..7fb0129d 100644 --- a/alembic/versions/918bbfd28185_initial_deckhand_base.py +++ b/alembic/versions/918bbfd28185_initial_deckhand_base.py @@ -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