diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-07-06 13:31:04 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-07-06 13:50:18 +0200 |
commit | 1b1a79911a79b098a53adc527bafbafc920716e1 (patch) | |
tree | 56dcc14b02d4a27932fc8a1b28609973c3367a43 /app/models/project.rb | |
parent | 574e71ce3eda70add20b27ccd935e07186a5d7b0 (diff) | |
download | gitlab-ci-annotations.tar.gz |
Update annotationsannotations
Diffstat (limited to 'app/models/project.rb')
-rw-r--r-- | app/models/project.rb | 3 |
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 |