From e5c434ac337e4acb7c38d23b574d92c19427c75c Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 2 Oct 2018 07:28:52 +0000 Subject: [PATCH] spelling: touches --- .../versions/59729e468045_add_view_column_to_setting_table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/versions/59729e468045_add_view_column_to_setting_table.py b/migrations/versions/59729e468045_add_view_column_to_setting_table.py index 1d31319..ea571c3 100644 --- a/migrations/versions/59729e468045_add_view_column_to_setting_table.py +++ b/migrations/versions/59729e468045_add_view_column_to_setting_table.py @@ -82,7 +82,7 @@ def downgrade(): # ### commands auto generated by Alembic - please adjust! ### ## NOTE: ## - Drop action does not work on sqlite3 - ## - This action touchs the `setting` table which loaded in views.py + ## - This action touches the `setting` table which loaded in views.py ## during app initlization, so the downgrade function won't work ## unless we temporary remove importing `views` from `app/__init__.py` op.drop_column('setting', 'view')