Add recurring job through a db creator

Hi,

I am creating the hangfire tables through my migrations files. Then I run a few creators and insert data into the db, including a recurring job, adding a series of records in the hangfire hash table (key, cron, timeZoneId, queue and createdAt).

Everything looks fine, I launch the application, open the hangfire and see the process. But the next execution is in N/A and never runs (it should run every minute).

Do I have to add any more records to a table?

Thanks.