ed1c871633
- Integrations architecture - Slack integration
5 lines
143 B
Ruby
5 lines
143 B
Ruby
class AddReferenceIdToConversation < ActiveRecord::Migration[6.0]
|
|
def change
|
|
add_column :conversations, :reference_id, :string
|
|
end
|
|
end
|