Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@vanlanduyt.co>2017-07-17 16:23:59 +0300
committerBob Van Landuyt <bob@vanlanduyt.co>2017-07-18 16:38:54 +0300
commitc156030ef965bed019def3993ee21d214fe2f2ba (patch)
tree2923a0a90a73ce6509f40397874f7a4483e0393e /db/schema.rb
parent79f591df4dfd6577c55d3bb843e423bba859e9b9 (diff)
Add a background migration to rename `uploads` in the uploads table
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 0195d73db39..284b2068166 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: 20170717111152) do
+ActiveRecord::Schema.define(version: 20170717150329) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"