summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 5239c945497..1b5272179f5 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -611,8 +611,8 @@ ActiveRecord::Schema.define(version: 2019_07_25_012225) do
t.string "encrypted_value_iv"
t.bigint "job_id", null: false
t.integer "variable_type", limit: 2, default: 1, null: false
- t.index ["job_id"], name: "index_ci_job_variables_on_job_id", using: :btree
- t.index ["key", "job_id"], name: "index_ci_job_variables_on_key_and_job_id", unique: true, using: :btree
+ t.index ["job_id"], name: "index_ci_job_variables_on_job_id"
+ t.index ["key", "job_id"], name: "index_ci_job_variables_on_key_and_job_id", unique: true
end
create_table "ci_pipeline_chat_data", force: :cascade do |t|