Make downtime_check happy

This commit is contained in:
Sean McGivern 2017-04-12 16:16:13 +01:00 committed by Rémy Coutable
parent fce5738e9f
commit a4e2a84f99
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
class AddUsagePingToApplicationSettings < ActiveRecord::Migration
include Gitlab::Database::MigrationHelpers
DOWNTIME = false
def change
add_column :application_settings, :usage_ping_enabled, :boolean, default: true, null: false
end