diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2018-02-06 09:31:39 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2018-02-06 09:31:39 +0100 |
commit | e011e291dadb00b260e74c25a64134f78d4d2177 (patch) | |
tree | a05694f445c48fc466399a32b28a339ffc0c8a25 /db | |
parent | b50bfb04ab7408c7f4194b589b2db2ca12679c5d (diff) | |
download | gitlab-ce-e011e291dadb00b260e74c25a64134f78d4d2177.tar.gz |
Fix database schema version to match latest migration
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 97cbbd111c8..08af208e652 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: 20180125111139) do +ActiveRecord::Schema.define(version: 20180119121225) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |