5 lines
104 B
Ruby
5 lines
104 B
Ruby
class DropEntreprises < ActiveRecord::Migration[5.2]
|
|
def change
|
|
drop_table :entreprises
|
|
end
|
|
end
|