hydra/src/sql/upgrade-56.sql

3 lines
106 B
MySQL
Raw Normal View History

drop index IndexBuildStepsOnBusy;
create index IndexBuildStepsOnBusy on BuildSteps(busy) where busy != 0;