Bring back Que gem for painless migration

This commit is contained in:
Alex Sherman 2021-03-24 13:52:36 +05:00
parent f8c90e05d3
commit 7210140de6
10 changed files with 84 additions and 82 deletions

3
app/models/que_job.rb Normal file
View file

@ -0,0 +1,3 @@
class QueJob < ApplicationRecord
self.primary_key = 'job_id'
end