mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
feat: Auto resolve conversations after n days of inactivity (#1308)
fixes: #418
This commit is contained in:
@@ -49,6 +49,7 @@ ActiveRecord::Schema.define(version: 2020_10_27_135006) do
|
||||
t.string "support_email", limit: 100
|
||||
t.integer "settings_flags", default: 0, null: false
|
||||
t.integer "feature_flags", default: 0, null: false
|
||||
t.integer "auto_resolve_duration"
|
||||
t.string "timezone", default: "UTC"
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user