Remove the errorMsg column from the Builds table
The queue runner no longer uses this field, and it doesn't provide very interesting historical data (mostly SSH failures), but it takes up a lot of space. Also, it contained some bad UTF-8 which was preventing an upgrade to Postgres 9.5, so a good occasion to get rid of it.
This commit is contained in:
1
src/sql/upgrade-44.sql
Normal file
1
src/sql/upgrade-44.sql
Normal file
@@ -0,0 +1 @@
|
||||
alter table Builds drop column errorMsg;
|
||||
Reference in New Issue
Block a user