diff options
author | blackst0ne <blackst0ne.ru@gmail.com> | 2017-04-10 08:48:44 +1100 |
---|---|---|
committer | blackst0ne <blackst0ne.ru@gmail.com> | 2017-04-10 08:48:44 +1100 |
commit | ad27f20426975cf515fd55e4b5b75e5d4703315c (patch) | |
tree | 84101fcea712f011ba69f30d53ab0ad9c00fb824 /db/schema.rb | |
parent | 01adf920c4da977328c38836327681eb4c52cbee (diff) | |
download | gitlab-ce-ad27f20426975cf515fd55e4b5b75e5d4703315c.tar.gz |
Periodically clean up temporary upload files to recover storage space
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 d400c823387..3422847d729 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: 20170407140450) do +ActiveRecord::Schema.define(version: 20170408033905) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" enable_extension "pg_trgm" |