summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@vanlanduyt.co>2017-11-24 15:52:15 +0100
committerBob Van Landuyt <bob@vanlanduyt.co>2017-11-29 12:12:55 +0100
commite03d4a2096f2d32dbb51d427ae99dfb6d49e6a00 (patch)
tree106180f1d7803c7d600ec0ac23b580cb0c87b626 /db/schema.rb
parent4c4109e1b942dae17f3a716f51a0da15cd335043 (diff)
downloadgitlab-ce-e03d4a2096f2d32dbb51d427ae99dfb6d49e6a00.tar.gz
Reschedule the migration to populate fork networksbvl-fork-networks-for-deleted-projects
Rescheduling will make sure the fork networks with a deleted source project are created.
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 1e524621b4f..69307f2ca2b 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: 20171124132536) do
+ActiveRecord::Schema.define(version: 20171124150326) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"