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