fix(schema): drop drop_down_lists migration not reversible
This commit is contained in:
parent
734d88d80d
commit
ec37611807
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
class DropTableDropDownLists < ActiveRecord::Migration[6.1]
|
||||
def up
|
||||
drop_table :drop_down_lists
|
||||
drop_table :drop_down_lists if table_exists?(:drop_down_lists)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue