19 lines
349 B
Ruby
19 lines
349 B
Ruby
# frozen_string_literal: true
|
|
|
|
class OnceoffLog < ActiveRecord::Base
|
|
end
|
|
|
|
# == Schema Information
|
|
#
|
|
# Table name: onceoff_logs
|
|
#
|
|
# id :integer not null, primary key
|
|
# job_name :string
|
|
# created_at :datetime not null
|
|
# updated_at :datetime not null
|
|
#
|
|
# Indexes
|
|
#
|
|
# index_onceoff_logs_on_job_name (job_name)
|
|
#
|