models: fix procedure_revision comments indentation

This commit is contained in:
Pierre de La Morinerie 2022-03-15 15:10:56 +01:00
parent 4329d3e81e
commit 2cac7d96be

View file

@ -2,11 +2,11 @@
#
# Table name: procedure_revisions
#
# id :bigint not null, primary key
# published_at :datetime
# created_at :datetime not null
# updated_at :datetime not null
# attestation_template_id :bigint
# id :bigint not null, primary key
# published_at :datetime
# created_at :datetime not null
# updated_at :datetime not null
# attestation_template_id :bigint
# dossier_submitted_message_id :bigint
# procedure_id :bigint not null
#