Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddBlockedToContacts < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
add_column :contacts, :blocked, :boolean, default: false, null: false
|
||||
add_index :contacts, :blocked
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user