chore(annotate): remove model comments

This commit is contained in:
Paul Chavard 2023-08-02 11:12:57 +02:00
parent 19902f46bf
commit 0f6188a542
90 changed files with 0 additions and 1666 deletions

View file

@ -1,15 +1,4 @@
# == Schema Information
#
# Table name: archives
#
# id :bigint not null, primary key
# job_status :string not null
# key :text not null
# month :date
# time_span_type :string not null
# created_at :datetime not null
# updated_at :datetime not null
#
class Archive < ApplicationRecord
include TransientModelsWithPurgeableJobConcern