diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-07-11 14:31:04 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-07-11 14:31:04 +0200 |
commit | bb67b4749b5b4c62d4235c90dc0320967f850cdd (patch) | |
tree | ad8c213bfa95e7e2128f5eebdacdb54138ce7756 /db/schema.rb | |
parent | 65b3c220090d8fbfcfb2c4ba3b4d70d3c30fd7e3 (diff) | |
download | gitlab-ce-bb67b4749b5b4c62d4235c90dc0320967f850cdd.tar.gz |
Update version number of stages statuses migration
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 e0c9e5efb33..3ef311f48d8 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: 20170707184244) do +ActiveRecord::Schema.define(version: 20170711145558) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |