Revert schema.db
This commit is contained in:
parent
440ff838f7
commit
80745bc81d
1 changed files with 1 additions and 1 deletions
|
@ -950,9 +950,9 @@ ActiveRecord::Schema.define(version: 20170408033905) do
|
|||
t.boolean "lfs_enabled"
|
||||
t.text "description_html"
|
||||
t.boolean "only_allow_merge_if_all_discussions_are_resolved"
|
||||
t.integer "auto_cancel_pending_pipelines", default: 0, null: false
|
||||
t.boolean "printing_merge_request_link_enabled", default: true, null: false
|
||||
t.string "import_jid"
|
||||
t.integer "auto_cancel_pending_pipelines", default: 0, null: false
|
||||
end
|
||||
|
||||
add_index "projects", ["ci_id"], name: "index_projects_on_ci_id", using: :btree
|
||||
|
|
Loading…
Reference in a new issue