forked from lix-project/hydra
bbe1fb2f9f
Apparently for some reason not all Hydra installations had this index. Another -1 for non-declarative schema definition languages.
4 lines
127 B
SQL
4 lines
127 B
SQL
alter table Builds drop column busy, drop column locker, drop column logfile;
|
|
|
|
drop index if exists IndexBuildsOnFinishedBusy;
|