forked from lix-project/hydra
e46acbf05b
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.
2 lines
41 B
SQL
2 lines
41 B
SQL
alter table Builds drop column errorMsg;
|