kookster / say_when

Event scheduling plugin for rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fixer job ids are guids not ints

pkarman opened this issue · 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.