forked from lix-project/hydra
7b5e92868b
Actually, we can *almost* get rid of the Jobs table entirely...
2 lines
90 B
SQL
2 lines
90 B
SQL
alter table Jobs drop column active, drop column firstEvalTime, drop column lastEvalTime;
|