diff options
author | Douwe Maan <douwe@selenight.nl> | 2016-06-14 16:23:16 +0200 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2016-06-14 16:23:16 +0200 |
commit | 9413d1c2e9c4cebe32921f6e403cf496e3ec8c58 (patch) | |
tree | ac829f9a9bb88f4e6ca36ef071005ea5c2088336 /db/schema.rb | |
parent | 515205d3c1c6655302ed0ae44cc5954dead7ae79 (diff) | |
parent | d4cd6dcaa024f8eca9089e67fb9b97022696d3e0 (diff) | |
download | gitlab-ce-9413d1c2e9c4cebe32921f6e403cf496e3ec8c58.tar.gz |
Merge branch 'master' into 13948-access-request-to-projects-and-groups
# Conflicts:
# app/views/layouts/nav/_project.html.haml
Diffstat (limited to 'db/schema.rb')
-rw-r--r-- | db/schema.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/db/schema.rb b/db/schema.rb index f425479da19..5fe39c5e59c 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -144,9 +144,9 @@ ActiveRecord::Schema.define(version: 20160610301627) do t.text "commands" t.integer "job_id" t.string "name" - t.boolean "deploy", default: false + t.boolean "deploy", default: false t.text "options" - t.boolean "allow_failure", default: false, null: false + t.boolean "allow_failure", default: false, null: false t.string "stage" t.integer "trigger_request_id" t.integer "stage_idx" @@ -161,6 +161,7 @@ ActiveRecord::Schema.define(version: 20160610301627) do t.text "artifacts_metadata" t.integer "erased_by_id" t.datetime "erased_at" + t.datetime "artifacts_expire_at" end add_index "ci_builds", ["commit_id", "stage_idx", "created_at"], name: "index_ci_builds_on_commit_id_and_stage_idx_and_created_at", using: :btree |