diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2017-04-06 22:09:53 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2017-04-06 22:09:53 +0800 |
commit | 1ac44911b355ac18d279b7fff4c7db821689d9c7 (patch) | |
tree | d695538849550c9b45fdc2460c6e8d26cb93b444 /db | |
parent | cdfa17c429964bb730f7c444e2163a7463963dd8 (diff) | |
download | gitlab-ce-1ac44911b355ac18d279b7fff4c7db821689d9c7.tar.gz |
Bump schema version
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 afc67dba702..3797d2914d2 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: 20170405080720) do +ActiveRecord::Schema.define(version: 20170406115029) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |