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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-14 21:27:47 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-15 22:31:18 +0300
commit8c1b41f12b5ec8dd3dd2547d3ad729e71c4ebadd (patch)
tree222a746fc2d0a811149389ff74053e4a3fe9e456 /db
parent2fc559142e00cc15a47c49c190666284221cc9b0 (diff)
Move migration to post_migrate; fix shortcuts_spec
Diffstat (limited to 'db')
-rw-r--r--db/post_migrate/20170213172852_remove_theme_id_from_users.rb (renamed from db/migrate/20170213172852_remove_theme_id_from_users.rb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20170213172852_remove_theme_id_from_users.rb b/db/post_migrate/20170213172852_remove_theme_id_from_users.rb
index cd6388ab7d2..857f678ad0e 100644
--- a/db/migrate/20170213172852_remove_theme_id_from_users.rb
+++ b/db/post_migrate/20170213172852_remove_theme_id_from_users.rb
@@ -5,7 +5,7 @@ class RemoveThemeIdFromUsers < ActiveRecord::Migration
include Gitlab::Database::MigrationHelpers
# Set this constant to true if this migration requires downtime.
- DOWNTIME = true
+ DOWNTIME = false
# When a migration requires downtime you **must** uncomment the following
# constant and define a short and easy to understand explanation as to why the