Feature: Add ability to disable auto assignment of conversations (#513)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddEnableAutoAssignmentToInboxes < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :inboxes, :enable_auto_assignment, :boolean, default: true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user