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:
Sojan Jose 2022-06-13 20:18:38 +05:30 committed by GitHub
parent ae72757d23
commit 713fdb44ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 255 additions and 45 deletions

View file

@ -513,6 +513,7 @@ ActiveRecord::Schema.define(version: 2022_06_10_091206) do
t.boolean "enable_email_collect", default: true
t.boolean "csat_survey_enabled", default: false
t.boolean "allow_messages_after_resolved", default: true
t.jsonb "auto_assignment_config", default: {}
t.index ["account_id"], name: "index_inboxes_on_account_id"
end