feat: Add AgentBot APIs (#2323)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddAccountIdToAgentBots < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
remove_column :agent_bots, :hide_input_for_bot_conversations, :boolean
|
||||
add_reference :agent_bots, :account, foreign_key: true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user