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:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-02-12 15:23:03 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-02-12 15:23:03 +0300
commitacc70f7da1c21071a11bb07b86486c8e61799be8 (patch)
tree3bf994dc21edb23f0442c097a4cf6b06780675b9 /db
parent14a9c951cc5baf14d5bbef7fa09782dd79d811c1 (diff)
Move pipeline stages background migration in time
Diffstat (limited to 'db')
-rw-r--r--db/post_migrate/20180212101928_schedule_build_stage_migration.rb (renamed from db/post_migrate/20180105101928_schedule_build_stage_migration.rb)0
-rw-r--r--db/schema.rb2
2 files changed, 1 insertions, 1 deletions
diff --git a/db/post_migrate/20180105101928_schedule_build_stage_migration.rb b/db/post_migrate/20180212101928_schedule_build_stage_migration.rb
index b33127140bb..b33127140bb 100644
--- a/db/post_migrate/20180105101928_schedule_build_stage_migration.rb
+++ b/db/post_migrate/20180212101928_schedule_build_stage_migration.rb
diff --git a/db/schema.rb b/db/schema.rb
index d07a4c31618..e3474a4995f 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
-ActiveRecord::Schema.define(version: 20180206200543) do
+ActiveRecord::Schema.define(version: 20180212101928) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"