Change sender_id to contact_id in conversations (#167)
* change sender_id to contact_id in conversations * Fix failing tests * Fix seeds * fix specs * Fix issues in facebook messenger
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class RenameSenderIdToContactInConversation < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
rename_column :conversations, :sender_id, :contact_id
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user