Merge pull request #2337 from internetee/2334-remove-que

Refactor: remove legacy que
This commit is contained in:
Timo Võhmar 2022-09-29 11:02:57 +03:00 committed by GitHub
commit 12fdf78b5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 22 additions and 452 deletions

View file

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