Revert schema.db

This commit is contained in:
Luke "Jared" Bennett 2017-04-10 16:16:09 +01:00
parent 440ff838f7
commit 80745bc81d
No known key found for this signature in database
GPG key ID: 402ED51FB5D306C2

View file

@ -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