diff options
author | Toon Claes <toon@gitlab.com> | 2018-11-05 21:26:40 +0100 |
---|---|---|
committer | Toon Claes <toon@gitlab.com> | 2018-11-06 12:36:41 +0100 |
commit | da66a610c02381acd4f18c2f2f5685a9cd3b945e (patch) | |
tree | 0fac555fbf1b27b2688224413c774eaf7e43c810 /db/schema.rb | |
parent | b6b4e54c466d4877fa29582afe1a12ee2733a1eb (diff) | |
download | gitlab-ce-tc-index-uploads-file-store.tar.gz |
Add migration to steal FillStoreUploadtc-index-uploads-file-store
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 7301ef67c14..944ac37acb1 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: 20181101144347) do +ActiveRecord::Schema.define(version: 20181105201455) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |