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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1773690-remove-created-field.patch | 898 bytes | lyricnz |
Comments
Comment #1
lyricnz commentedColumn doesn't appear to be used at all. Patch to remove it.
Comment #2
twistor commentedYeah, not sure why we'd be interested in when a job was created.