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:
@ -1,3 +1,3 @@
|
||||
alter table Builds drop column busy, drop column locker, drop column logfile;
|
||||
|
||||
drop index IndexBuildsOnFinishedBusy;
|
||||
drop index if exists IndexBuildsOnFinishedBusy;
|
||||
|
Reference in New Issue
Block a user