47b73e81bdfd069617f76659733fee05a9fe49df
[lhc/web/wiklou.git] / patch-job_attempts.sql
1 ALTER TABLE /*_*/job
2 ADD COLUMN job_attempts integer unsigned NOT NULL default 0;
3
4 CREATE INDEX /*i*/job_cmd_token_id ON /*_*/job (job_cmd,job_token,job_id);