summaryrefslogtreecommitdiff
path: root/app/models/project.rb
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-07-06 13:31:04 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2015-07-06 13:50:18 +0200
commit1b1a79911a79b098a53adc527bafbafc920716e1 (patch)
tree56dcc14b02d4a27932fc8a1b28609973c3367a43 /app/models/project.rb
parent574e71ce3eda70add20b27ccd935e07186a5d7b0 (diff)
downloadgitlab-ci-annotations.tar.gz
Update annotationsannotations
Diffstat (limited to 'app/models/project.rb')
-rw-r--r--app/models/project.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/models/project.rb b/app/models/project.rb
index 4ec9495..4e3e966 100644
--- a/app/models/project.rb
+++ b/app/models/project.rb
@@ -4,7 +4,7 @@
#
# id :integer not null, primary key
# name :string(255) not null
-# timeout :integer default(1800), not null
+# timeout :integer default(3600), not null
# created_at :datetime
# updated_at :datetime
# token :string(255)
@@ -22,6 +22,7 @@
# skip_refs :string(255)
# coverage_regex :string(255)
# shared_runners_enabled :boolean default(FALSE)
+# generated_yaml_config :text
#
class Project < ActiveRecord::Base