diff options
author | James Lopez <james@jameslopez.es> | 2018-02-02 12:42:02 +0100 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-02-02 06:36:01 -0800 |
commit | 6ec39e32bf96a5cdbdbd0584244b2a5917a04fdc (patch) | |
tree | 9d9e1582afca2924b60e1d2f43d315bbcf6f8f97 /db/schema.rb | |
parent | 2b49416e2cd3eda403b2c8ec833a003180417013 (diff) | |
download | gitlab-ce-6ec39e32bf96a5cdbdbd0584244b2a5917a04fdc.tar.gz |
fix schema
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 01a2df13dd3..f72989ff391 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: 20180201145907) do +ActiveRecord::Schema.define(version: 20180202111106) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |