5
db/migrate/20210618095823_add_csat_toggle_for_inbox.rb
Normal file
5
db/migrate/20210618095823_add_csat_toggle_for_inbox.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddCsatToggleForInbox < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :inboxes, :csat_survey_enabled, :boolean, default: false
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user