diff options
Diffstat (limited to 'app/models/project.rb')
| -rw-r--r-- | app/models/project.rb | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/app/models/project.rb b/app/models/project.rb index 0ed2295..5a8f052 100644 --- a/app/models/project.rb +++ b/app/models/project.rb @@ -2,23 +2,23 @@ # # Table name: projects # -# id :integer not null, primary key -# name :string(255) not null -# timeout :integer default(1800), not null -# scripts :text not null -# created_at :datetime not null -# updated_at :datetime not null -# token :string(255) -# default_ref :string(255) -# gitlab_url :string(255) -# always_build :boolean default(FALSE), not null -# polling_interval :integer -# public :boolean default(FALSE), not null -# ssh_url_to_repo :string(255) -# gitlab_id :integer -# allow_git_fetch :boolean default(TRUE), not null -# email_recipients :string(255) default(""), not null -# email_add_committer :boolean default(TRUE), not null +# id :integer not null, primary key +# name :string(255) not null +# timeout :integer default(1800), not null +# scripts :text not null +# created_at :datetime +# updated_at :datetime +# token :string(255) +# default_ref :string(255) +# gitlab_url :string(255) +# always_build :boolean default(FALSE), not null +# polling_interval :integer +# public :boolean default(FALSE), not null +# ssh_url_to_repo :string(255) +# gitlab_id :integer +# allow_git_fetch :boolean default(TRUE), not null +# email_recipients :string(255) default(""), not null +# email_add_committer :boolean default(TRUE), not null # email_only_broken_builds :boolean default(TRUE), not null # |
