kookster/say_when

fixer job ids are guids not ints

pkarman opened this issue · 2 comments

when used with fixer, job ids are guids not ints. requires schema change.

note that this brute force fix worked for me:

> alter table say_when_jobs alter column scheduled_id type varchar(255);

added to the docs.