This website requires JavaScript.
Explore
Privacy Policy
Terms of Service
Help
Sign In
ahuston-0
/
hydra
Watch
1
Star
0
Fork
0
You've already forked hydra
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
hydra
/
src
/
sql
/
upgrade-44.sql
2 lines
41 B
MySQL
Raw
Normal View
History
Unescape
Escape
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.
2016-02-12 17:21:55 +01:00
alter
table
Builds
drop
column
errorMsg
;
Reference in New Issue
Copy Permalink