3 lines
106 B
MySQL
3 lines
106 B
MySQL
|
drop index IndexBuildStepsOnBusy;
|
||
|
create index IndexBuildStepsOnBusy on BuildSteps(busy) where busy != 0;
|