summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb
index df621956c80..59f37df2da2 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -486,6 +486,7 @@ ActiveRecord::Schema.define(version: 20180418053107) do
t.string "name"
t.integer "status"
t.integer "lock_version"
+ t.integer "index"
end
add_index "ci_stages", ["pipeline_id", "name"], name: "index_ci_stages_on_pipeline_id_and_name", unique: true, using: :btree