diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2017-02-07 19:29:17 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2017-02-14 20:14:22 +0800 |
commit | 0c2f4a3c422c522bd32bdcf36425e836ebee8ea6 (patch) | |
tree | 0330071631b597f2d03c6a016adbbc53c3468b92 /db | |
parent | 521a7cafd4226a03d7f0b5d35a2370559fb345cb (diff) | |
download | gitlab-ce-0c2f4a3c422c522bd32bdcf36425e836ebee8ea6.tar.gz |
Bump schema to pass `rake db:setup`
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 d421d5c6774..57e3f2f6c54 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: 20170210075922) do +ActiveRecord::Schema.define(version: 20170206040400) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |