summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorRubén Dávila <ruben@gitlab.com>2017-09-27 20:47:15 -0500
committerRubén Dávila <ruben@gitlab.com>2017-10-05 08:25:27 -0500
commit4b6d045c0c3c8d8ab70dd80feb960f193e498d7a (patch)
treed63d48bbe7a8e059b7dc839b9f3a8c0755b56580 /db
parentc73748e3c4409de7ab945f502d55fe4d62ebd5eb (diff)
downloadgitlab-ce-4b6d045c0c3c8d8ab70dd80feb960f193e498d7a.tar.gz
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