* Store the release name.

This commit is contained in:
Eelco Dolstra
2008-11-25 16:13:22 +00:00
parent 8fbb79efe6
commit cb8e3acb2a
15 changed files with 43 additions and 25 deletions

View File

@@ -61,6 +61,8 @@ create table BuildResultInfo (
stopTime integer,
logfile text, -- the path of the logfile
releaseName text, -- e.g. "patchelf-0.5pre1234"
foreign key (id) references Builds(id) on delete cascade -- ignored by sqlite
);