diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-07-18 12:03:56 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-07-18 12:03:56 +0200 |
commit | a468c3a3179d7c7b84a0f7d1e6253238e40b9100 (patch) | |
tree | bf9debf79383801f81806346fbaea49fdd27d8b8 /db | |
parent | a65f64dfe645da893e92a061fd86437a55726873 (diff) | |
download | gitlab-ce-a468c3a3179d7c7b84a0f7d1e6253238e40b9100.tar.gz |
Fix database schema version number
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 44bc0109e66..623f22289ba 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: 20170711145558) do +ActiveRecord::Schema.define(version: 20170710083355) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |