summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-05-26 22:33:50 +0200
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-05-26 22:33:50 +0200
commitff61e2b776badef7cd614e697a7eac20c63534eb (patch)
tree70f6316ea6d7cce067d328186739bc1c857901f8 /db
parent23c93490824bbdf335ef416271d521f65ed3b964 (diff)
downloadgitlab-ce-ff61e2b776badef7cd614e697a7eac20c63534eb.tar.gz
Reorder pipeline stages-related migrations
Diffstat (limited to 'db')
-rw-r--r--db/post_migrate/20170526185842_migrate_pipeline_stages.rb (renamed from db/post_migrate/20170526101042_migrate_pipeline_stages.rb)0
-rw-r--r--db/post_migrate/20170526190948_create_index_in_pipeline_stages.rb (renamed from db/post_migrate/20170526180645_create_index_in_pipeline_stages.rb)0
-rw-r--r--db/schema.rb2
3 files changed, 1 insertions, 1 deletions
diff --git a/db/post_migrate/20170526101042_migrate_pipeline_stages.rb b/db/post_migrate/20170526185842_migrate_pipeline_stages.rb
index 05e095f07cb..05e095f07cb 100644
--- a/db/post_migrate/20170526101042_migrate_pipeline_stages.rb
+++ b/db/post_migrate/20170526185842_migrate_pipeline_stages.rb
diff --git a/db/post_migrate/20170526180645_create_index_in_pipeline_stages.rb b/db/post_migrate/20170526190948_create_index_in_pipeline_stages.rb
index d049f87578a..d049f87578a 100644
--- a/db/post_migrate/20170526180645_create_index_in_pipeline_stages.rb
+++ b/db/post_migrate/20170526190948_create_index_in_pipeline_stages.rb
diff --git a/db/schema.rb b/db/schema.rb
index f3bd9c26fb4..8d57159d2e0 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: 20170526190708) do
+ActiveRecord::Schema.define(version: 20170526190948) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"