mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 05:05:45 +02:00
4 lines
104 B
Ruby
4 lines
104 B
Ruby
# To be able to remove existing jobs
|
|
class QueJob < ApplicationRecord
|
|
self.primary_key = 'job_id'
|
|
end
|