feat: Add APIs for Dialogflow integration V1 (#2155)
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class ConvertIntegrationHookSettingsField < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
remove_column :integrations_hooks, :settings, :text
|
||||
add_column :integrations_hooks, :settings, :jsonb, default: {}
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user