diff options
author | Bob Van Landuyt <bob@vanlanduyt.co> | 2017-11-24 15:52:15 +0100 |
---|---|---|
committer | Bob Van Landuyt <bob@vanlanduyt.co> | 2017-11-29 12:12:55 +0100 |
commit | e03d4a2096f2d32dbb51d427ae99dfb6d49e6a00 (patch) | |
tree | 106180f1d7803c7d600ec0ac23b580cb0c87b626 /db/schema.rb | |
parent | 4c4109e1b942dae17f3a716f51a0da15cd335043 (diff) | |
download | gitlab-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.rb | 2 |
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" |