hydra/src/sql/upgrade-28.sql
Eelco Dolstra 1c20cfdf24 Drop the errorMsg column in the Jobs table
We're not using it anywhere.
2014-09-29 19:46:11 +02:00

2 lines
39 B
SQL

alter table Jobs drop column errorMsg;