Drop the cerfas table

This commit is contained in:
gregoirenovel 2018-08-22 18:33:45 +02:00
parent 6a18a22705
commit f30a62971a
2 changed files with 6 additions and 12 deletions

View file

@ -0,0 +1,5 @@
class DropCerfas < ActiveRecord::Migration[5.2]
def change
drop_table :cerfas
end
end