This removes the "busy", "locker" and "logfile" columns, which are no longer used by the queue runner. The "Running builds" page now only shows builds that have an active build step.
4 lines
117 B
SQL
4 lines
117 B
SQL
alter table Builds drop column busy, drop column locker, drop column logfile;
|
|
|
|
drop index IndexBuildsOnFinishedBusy;
|