Remove temporary table that was accidentally kept around
This commit is contained in:
parent
2a5f98d43e
commit
f7eada496e
2 changed files with 2 additions and 0 deletions
0
migrations/20171003073307_drop_temporary_table/down.sql
Normal file
0
migrations/20171003073307_drop_temporary_table/down.sql
Normal file
2
migrations/20171003073307_drop_temporary_table/up.sql
Normal file
2
migrations/20171003073307_drop_temporary_table/up.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
-- Should have been dropped in migration 20170918202557_add_slug_to_article_revisions
|
||||
DROP TABLE article_revisions_copy;
|
Loading…
Reference in a new issue