diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2017-02-09 21:11:15 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2017-02-14 20:14:22 +0800 |
commit | 1d8db6652f635d3f5326071b9dd00621b87e228b (patch) | |
tree | 57d338b0038408f73548678931d155398991522f /db | |
parent | 7ecee7a4d79718bc46086ee8dec23a00cea39b39 (diff) | |
download | gitlab-ce-1d8db6652f635d3f5326071b9dd00621b87e228b.tar.gz |
Revert "Bump schema to pass `rake db:setup`"
This reverts commit f2ed7cbc9b36b6ad9bcc714b271e98ead756b816.
Diffstat (limited to 'db')
-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 57e3f2f6c54..de07b3837ad 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: 20170206040400) do +ActiveRecord::Schema.define(version: 20170204181513) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |