[Fix #1722] Drop the entreprises table

This commit is contained in:
gregoirenovel 2018-09-24 09:44:24 +02:00
parent 2e58e2c11e
commit 904f75a963
2 changed files with 6 additions and 20 deletions

View file

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