[Fix #233] Remove the champ_id column on commentaires
This commit is contained in:
parent
e0cb8aef8e
commit
9bff7afabb
2 changed files with 6 additions and 3 deletions
|
@ -0,0 +1,5 @@
|
|||
class RemoveChampIdFromCommentaires < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
remove_column :commentaires, :champ_id
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue