summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-03-06 18:24:55 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-03-06 18:24:55 +0100
commit3b35d1f8c153fb31af66049ba5461f9b39c66397 (patch)
tree3dd91ccf38972bc43d70503f543d7e850bb81c92
parent07539ab2b07bf2d1e652a34dcabc7cf907cd9906 (diff)
downloadgitlab-ce-3b35d1f8c153fb31af66049ba5461f9b39c66397.tar.gz
Migrate legacy actions in post deployment migration
-rw-r--r--db/post_migrate/20170306170512_migrate_legacy_manual_actions.rb (renamed from db/migrate/20170306090835_migrate_legacy_manual_actions.rb)0
-rw-r--r--db/schema.rb2
2 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20170306090835_migrate_legacy_manual_actions.rb b/db/post_migrate/20170306170512_migrate_legacy_manual_actions.rb
index 9020e0d054c..9020e0d054c 100644
--- a/db/migrate/20170306090835_migrate_legacy_manual_actions.rb
+++ b/db/post_migrate/20170306170512_migrate_legacy_manual_actions.rb
diff --git a/db/schema.rb b/db/schema.rb
index d1d3f9d6dd5..68e755979ff 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: 20170306090835) do
+ActiveRecord::Schema.define(version: 20170306170512) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"