feat: Ability to snooze conversations (#2682)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddSnoozedUntilToConversations < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :conversations, :snoozed_until, :datetime
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user