Make downtime_check happy
This commit is contained in:
parent
fce5738e9f
commit
a4e2a84f99
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue