Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-02-06 03:09:12 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-06 03:09:12 +0300
commita97acfe57aac7d8206e99e5ffdfe9c5fb5b69544 (patch)
tree2133036f5e917d2d795ddd750f5772d53b957c88 /db/schema.rb
parent76623c12c136f43f24c3966ed4b469e2c0b434b7 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 0fa15317003..c69be4844ff 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -3797,6 +3797,7 @@ ActiveRecord::Schema.define(version: 2020_02_04_131054) do
create_table "service_desk_settings", primary_key: "project_id", id: :bigint, default: nil, force: :cascade do |t|
t.string "issue_template_key", limit: 255
t.string "outgoing_name", limit: 255
+ t.string "project_key", limit: 255
end
create_table "services", id: :serial, force: :cascade do |t|