Remove unused Jobs columns

Actually, we can *almost* get rid of the Jobs table entirely...
This commit is contained in:
Eelco Dolstra
2013-05-23 12:11:46 -04:00
parent b1f89bf92d
commit 7b5e92868b
4 changed files with 3 additions and 34 deletions

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

@@ -0,0 +1 @@
alter table Jobs drop column active, drop column firstEvalTime, drop column lastEvalTime;