diff options
author | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-08-15 11:12:14 -0500 |
---|---|---|
committer | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-08-15 11:12:14 -0500 |
commit | a27f780a1b901a55709b4a1751c812f28aed0f80 (patch) | |
tree | 50e6b5ea2916287825519cdaffc5a4adbffe220c | |
parent | 7c135bb4a0fc1701a676f1f1c5d6d94dfe1dc91f (diff) | |
download | gitlab-ce-a27f780a1b901a55709b4a1751c812f28aed0f80.tar.gz |
Fixed schema date9-5-stable-prepare-rc3
-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 fa6ee6fafbe..032ab6ec15d 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: 20170809142252) do +ActiveRecord::Schema.define(version: 20170809134534) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |