Remove the link between commentaire and user
This commit is contained in:
parent
a640ec1d43
commit
c20ad5ca17
7 changed files with 45 additions and 25 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddExpertIdToCommentaires < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_belongs_to :commentaires, :expert, type: :bigint, foreign_key: true
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue