diff options
author | Bob Van Landuyt <bob@vanlanduyt.co> | 2017-07-17 15:23:59 +0200 |
---|---|---|
committer | Bob Van Landuyt <bob@vanlanduyt.co> | 2017-07-18 15:38:54 +0200 |
commit | c156030ef965bed019def3993ee21d214fe2f2ba (patch) | |
tree | 2923a0a90a73ce6509f40397874f7a4483e0393e /db/schema.rb | |
parent | 79f591df4dfd6577c55d3bb843e423bba859e9b9 (diff) | |
download | gitlab-ce-c156030ef965bed019def3993ee21d214fe2f2ba.tar.gz |
Add a background migration to rename `uploads` in the uploads table
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 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" |