Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorRubén Dávila <ruben@gitlab.com>2017-09-28 04:47:15 +0300
committerRubén Dávila <ruben@gitlab.com>2017-10-05 16:25:27 +0300
commit4b6d045c0c3c8d8ab70dd80feb960f193e498d7a (patch)
treed63d48bbe7a8e059b7dc839b9f3a8c0755b56580 /db
parentc73748e3c4409de7ab945f502d55fe4d62ebd5eb (diff)
Add missing DOWNTIME declaration
Diffstat (limited to 'db')
-rw-r--r--db/migrate/20170927161718_create_gpg_key_subkeys.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/migrate/20170927161718_create_gpg_key_subkeys.rb b/db/migrate/20170927161718_create_gpg_key_subkeys.rb
index d61b669f517..9f69e299874 100644
--- a/db/migrate/20170927161718_create_gpg_key_subkeys.rb
+++ b/db/migrate/20170927161718_create_gpg_key_subkeys.rb
@@ -1,4 +1,6 @@
class CreateGpgKeySubkeys < ActiveRecord::Migration
+ DOWNTIME = false
+
def change
create_table :gpg_key_subkeys do |t|
t.binary :keyid