d955d8e7dc
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
5 lines
148 B
Ruby
5 lines
148 B
Ruby
class AddSnoozedUntilToConversations < ActiveRecord::Migration[6.0]
|
|
def change
|
|
add_column :conversations, :snoozed_until, :datetime
|
|
end
|
|
end
|