[Fix #1722] Drop the entreprises table
This commit is contained in:
parent
2e58e2c11e
commit
904f75a963
2 changed files with 6 additions and 20 deletions
5
db/migrate/20180924074121_drop_entreprises.rb
Normal file
5
db/migrate/20180924074121_drop_entreprises.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class DropEntreprises < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
drop_table :entreprises
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue