demarches-normaliennes/db/migrate/20180924074121_drop_entreprises.rb

6 lines
104 B
Ruby
Raw Normal View History

2018-09-24 09:44:24 +02:00
class DropEntreprises < ActiveRecord::Migration[5.2]
def change
drop_table :entreprises
end
end