models: fix procedure_revision comments indentation
This commit is contained in:
parent
4329d3e81e
commit
2cac7d96be
1 changed files with 5 additions and 5 deletions
|
@ -2,11 +2,11 @@
|
||||||
#
|
#
|
||||||
# Table name: procedure_revisions
|
# Table name: procedure_revisions
|
||||||
#
|
#
|
||||||
# id :bigint not null, primary key
|
# id :bigint not null, primary key
|
||||||
# published_at :datetime
|
# published_at :datetime
|
||||||
# created_at :datetime not null
|
# created_at :datetime not null
|
||||||
# updated_at :datetime not null
|
# updated_at :datetime not null
|
||||||
# attestation_template_id :bigint
|
# attestation_template_id :bigint
|
||||||
# dossier_submitted_message_id :bigint
|
# dossier_submitted_message_id :bigint
|
||||||
# procedure_id :bigint not null
|
# procedure_id :bigint not null
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue