提交 c666441d 编写于 作者: Y Yorick Peterse

Added main_language to the schema

This wasn't included in gitlab-org/gitlab-ce!3000.
上级 0ab52373
......@@ -697,6 +697,7 @@ ActiveRecord::Schema.define(version: 20160305220806) do
t.integer "build_timeout", default: 3600, null: false
t.boolean "pending_delete", default: false
t.boolean "public_builds", default: true, null: false
t.string "main_language"
end
add_index "projects", ["builds_enabled", "shared_runners_enabled"], name: "index_projects_on_builds_enabled_and_shared_runners_enabled", using: :btree
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册