diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-06-05 14:56:53 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-06-05 14:56:53 +0200 |
commit | cafb1bfea4dbc7b6aad47580e76d68b8075d177f (patch) | |
tree | 06c73b390dadcdde7bd9651e51a7ac69ab26f95a /db | |
parent | faeb2f3a09d18a0041a6c425a60f26ed9a41498a (diff) | |
download | gitlab-ce-cafb1bfea4dbc7b6aad47580e76d68b8075d177f.tar.gz |
Use the latest migration version as a 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 47484e6b8fe..23c3ecdd517 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: 20170526190948) do +ActiveRecord::Schema.define(version: 20170526190708) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |