feat: Execute macro actions, for the conversation (#5066)
This commit is contained in:
@@ -6,7 +6,7 @@ class CreateMacros < ActiveRecord::Migration[6.1]
|
||||
t.integer :visibility, default: 0
|
||||
t.references :created_by, null: false, index: true, foreign_key: { to_table: :users }
|
||||
t.references :updated_by, null: false, index: true, foreign_key: { to_table: :users }
|
||||
t.jsonb :actions, null: false, default: '{}'
|
||||
t.jsonb :actions, null: false, default: {}
|
||||
t.timestamps
|
||||
t.index :account_id, name: 'index_macros_on_account_id'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user