Remove unused columns and tables
This commit is contained in:
parent
1105766b26
commit
8e44172e59
5 changed files with 54 additions and 50 deletions
8
db/migrate/20190917115911_drop_flipflop_features.rb
Normal file
8
db/migrate/20190917115911_drop_flipflop_features.rb
Normal file
|
@ -0,0 +1,8 @@
|
|||
class DropFlipflopFeatures < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
remove_column :administrateurs, :features
|
||||
remove_column :instructeurs, :features
|
||||
|
||||
drop_table :flipflop_features
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue