* Added a maintainers field to the Builds table.
* Regenerated the schema bindings with the latest DBIx::Class.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user