Files
discourse/db/migrate/20160930123330_add_notification_level_when_replying.rb
2017-09-25 13:48:58 +08:00

6 lines
167 B
Ruby

class AddNotificationLevelWhenReplying < ActiveRecord::Migration[4.2]
def change
add_column :user_options, :notification_level_when_replying, :integer
end
end