feat (ee): APIs to configure an auto assignment limit for inboxes (#4672)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddAutoAssignmentConfigurationToInboxes < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :inboxes, :auto_assignment_config, :jsonb, default: {}
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user