Drop the errorMsg column in the Jobs table

We're not using it anywhere.
This commit is contained in:
Eelco Dolstra
2014-09-29 19:46:11 +02:00
parent f53e3c738d
commit 1c20cfdf24
6 changed files with 31 additions and 27 deletions

1
src/sql/upgrade-28.sql Normal file
View File

@@ -0,0 +1 @@
alter table Jobs drop column errorMsg;