1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-09 14:34:35 +00:00

Failed to ignore revisions in .git-blame-ignore-revs.

19 lines
349 B
Ruby
Raw Normal View History

# 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)
#