Remove obsolete Builds columns and provide accurate "Running builds"
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.
This commit is contained in:
3
src/sql/upgrade-43.sql
Normal file
3
src/sql/upgrade-43.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
alter table Builds drop column busy, drop column locker, drop column logfile;
|
||||
|
||||
drop index IndexBuildsOnFinishedBusy;
|
||||
Reference in New Issue
Block a user