Drop the cerfas table
This commit is contained in:
parent
6a18a22705
commit
f30a62971a
2 changed files with 6 additions and 12 deletions
5
db/migrate/20180822162952_drop_cerfas.rb
Normal file
5
db/migrate/20180822162952_drop_cerfas.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class DropCerfas < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
drop_table :cerfas
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue