hydra/src/sql/upgrade-43.sql
Eelco Dolstra bbe1fb2f9f Ignore non-existence of IndexBuildsOnFinishedBusy
Apparently for some reason not all Hydra installations had this
index. Another -1 for non-declarative schema definition languages.
2015-10-28 14:09:45 +01:00

4 lines
127 B
SQL

alter table Builds drop column busy, drop column locker, drop column logfile;
drop index if exists IndexBuildsOnFinishedBusy;