Added main_language to the schema

This wasn't included in gitlab-org/gitlab-ce!3000.
This commit is contained in:
Yorick Peterse 2016-03-09 10:41:41 +01:00
parent 0ab52373c3
commit c666441d40
1 changed files with 1 additions and 0 deletions

View File

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