* Added a maintainers field to the Builds table.

* Regenerated the schema bindings with the latest DBIx::Class.
This commit is contained in:
Eelco Dolstra
2009-07-07 13:59:59 +00:00
parent 6bcdfc8a1f
commit 5bdd5e7152
23 changed files with 813 additions and 176 deletions

View File

@ -25,6 +25,7 @@ create table Builds (
longDescription text, -- meta.longDescription
license text, -- meta.license
homepage text, -- meta.homepage
maintainers text, -- meta.maintainers (concatenated, comma-separated)
foreign key (project) references Projects(name), -- ignored by sqlite
foreign key (project, jobset) references Jobsets(project, name), -- ignored by sqlite