diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-05-26 22:33:50 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-05-26 22:33:50 +0200 |
commit | ff61e2b776badef7cd614e697a7eac20c63534eb (patch) | |
tree | 70f6316ea6d7cce067d328186739bc1c857901f8 /db/schema.rb | |
parent | 23c93490824bbdf335ef416271d521f65ed3b964 (diff) | |
download | gitlab-ce-ff61e2b776badef7cd614e697a7eac20c63534eb.tar.gz |
Reorder pipeline stages-related migrations
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 f3bd9c26fb4..8d57159d2e0 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: 20170526190708) do +ActiveRecord::Schema.define(version: 20170526190948) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |