This commit is contained in:
Eelco Dolstra
2008-11-27 02:29:46 +00:00
parent ab16bfaf95
commit 6f5b98d7ca
19 changed files with 38 additions and 32 deletions

View File

@@ -40,6 +40,8 @@ create table BuildSchedulingInfo (
disabled integer not null default 0, -- true means hold this job until its re-enabled
startTime integer, -- if busy, time we started
foreign key (id) references Builds(id) on delete cascade -- ignored by sqlite
);