20160610301627_remove_notification_level_from_users.rb 190 Bytes EditWeb IDE 1 2 3 4 5 6 7 class RemoveNotificationLevelFromUsers < ActiveRecord::Migration include Gitlab::Database::MigrationHelpers def change remove_column :users, :notification_level, :integer end end