mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
Bring back Que gem for painless migration
This commit is contained in:
parent
f8c90e05d3
commit
7210140de6
10 changed files with 84 additions and 82 deletions
3
app/models/que_job.rb
Normal file
3
app/models/que_job.rb
Normal file
|
@ -0,0 +1,3 @@
|
|||
class QueJob < ApplicationRecord
|
||||
self.primary_key = 'job_id'
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue