fix wrong comment

This commit is contained in:
Rob Vermaas 2010-02-25 09:22:00 +00:00
parent 7f1908a938
commit 87ea0cb2b9

View file

@ -434,8 +434,8 @@ create index IndexBuildStepsOnOutpath on BuildSteps(outpath);
create index IndexBuildStepsOnOutpathBuild on BuildSteps (outpath, build);
create index IndexBuildsOnFinished on Builds(finished);
create index IndexBuildsOnIsCurrent on Builds(isCurrent);
#create index IndexBuildsOnJob on Builds(project, jobset, job);
#create index IndexBuildsOnJobAndIsCurrent on Builds(project, jobset, job, isCurrent);
--create index IndexBuildsOnJob on Builds(project, jobset, job);
--create index IndexBuildsOnJobAndIsCurrent on Builds(project, jobset, job, isCurrent);
create index IndexBuildsOnJobAndSystem on Builds(project, jobset, job, system);
create index IndexBuildsOnJobset on Builds(project, jobset);
create index IndexBuildsOnProject on Builds(project);