forked from lix-project/hydra
Ignore non-existence of IndexBuildsOnFinishedBusy
Apparently for some reason not all Hydra installations had this index. Another -1 for non-declarative schema definition languages.
This commit is contained in:
parent
d22e7ac03d
commit
bbe1fb2f9f
|
@ -1,3 +1,3 @@
|
|||
alter table Builds drop column busy, drop column locker, drop column logfile;
|
||||
|
||||
drop index IndexBuildsOnFinishedBusy;
|
||||
drop index if exists IndexBuildsOnFinishedBusy;
|
||||
|
|
Loading…
Reference in a new issue