|
2 | 2 | # |
3 | 3 | # Table name: projects |
4 | 4 | # |
5 | | -# id :integer not null, primary key |
6 | | -# name :string(255) not null |
7 | | -# timeout :integer default(1800), not null |
8 | | -# scripts :text not null |
9 | | -# created_at :datetime not null |
10 | | -# updated_at :datetime not null |
11 | | -# token :string(255) |
12 | | -# default_ref :string(255) |
13 | | -# gitlab_url :string(255) |
14 | | -# always_build :boolean default(FALSE), not null |
15 | | -# polling_interval :integer |
16 | | -# public :boolean default(FALSE), not null |
17 | | -# ssh_url_to_repo :string(255) |
18 | | -# gitlab_id :integer |
19 | | -# allow_git_fetch :boolean default(TRUE), not null |
20 | | -# email_recipients :string(255) default(""), not null |
21 | | -# email_add_committer :boolean default(TRUE), not null |
| 5 | +# id :integer not null, primary key |
| 6 | +# name :string(255) not null |
| 7 | +# timeout :integer default(1800), not null |
| 8 | +# scripts :text not null |
| 9 | +# created_at :datetime |
| 10 | +# updated_at :datetime |
| 11 | +# token :string(255) |
| 12 | +# default_ref :string(255) |
| 13 | +# gitlab_url :string(255) |
| 14 | +# always_build :boolean default(FALSE), not null |
| 15 | +# polling_interval :integer |
| 16 | +# public :boolean default(FALSE), not null |
| 17 | +# ssh_url_to_repo :string(255) |
| 18 | +# gitlab_id :integer |
| 19 | +# allow_git_fetch :boolean default(TRUE), not null |
| 20 | +# email_recipients :string(255) default(""), not null |
| 21 | +# email_add_committer :boolean default(TRUE), not null |
22 | 22 | # email_only_broken_builds :boolean default(TRUE), not null |
23 | 23 | # |
24 | 24 |
|
|
0 commit comments