1
0
Fork 0
mirror of https://github.com/NixOS/hydra.git synced 2024-10-18 17:02:28 -04:00

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:
Eelco Dolstra 2015-10-28 14:08:47 +01:00
parent d22e7ac03d
commit bbe1fb2f9f

View file

@ -1,3 +1,3 @@
alter table Builds drop column busy, drop column locker, drop column logfile;
drop index IndexBuildsOnFinishedBusy;
drop index if exists IndexBuildsOnFinishedBusy;