When upgrading a D6 site to D7, the column 'created' is not added to the database, meaning that the hook_schema() definition of job_schedule doesn't match the actual database.

CommentFileSizeAuthor
#1 1773690-remove-created-field.patch898 byteslyricnz

Comments

lyricnz’s picture

Version: 7.x-2.0-alpha3 » 7.x-2.x-dev
Status: Active » Needs review
StatusFileSize
new898 bytes

Column doesn't appear to be used at all. Patch to remove it.

twistor’s picture

Priority: Minor » Normal
Status: Needs review » Fixed

Yeah, not sure why we'd be interested in when a job was created.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.