db: fix out-to-date Procedure comments
This commit is contained in:
parent
a19c5b3a39
commit
0cb2162a65
1 changed files with 40 additions and 40 deletions
|
@ -2,47 +2,47 @@
|
||||||
#
|
#
|
||||||
# Table name: procedures
|
# Table name: procedures
|
||||||
#
|
#
|
||||||
# id :integer not null, primary key
|
# id :integer not null, primary key
|
||||||
# aasm_state :string default("brouillon")
|
# aasm_state :string default("brouillon")
|
||||||
# allow_expert_review :boolean default(TRUE), not null
|
# allow_expert_review :boolean default(TRUE), not null
|
||||||
# api_entreprise_token :string
|
# api_entreprise_token :string
|
||||||
# ask_birthday :boolean default(FALSE), not null
|
# ask_birthday :boolean default(FALSE), not null
|
||||||
# auto_archive_on :date
|
# auto_archive_on :date
|
||||||
# cadre_juridique :string
|
# cadre_juridique :string
|
||||||
# cerfa_flag :boolean default(FALSE)
|
# cerfa_flag :boolean default(FALSE)
|
||||||
# cloned_from_library :boolean default(FALSE)
|
# cloned_from_library :boolean default(FALSE)
|
||||||
# closed_at :datetime
|
# closed_at :datetime
|
||||||
# declarative_with_state :string
|
# declarative_with_state :string
|
||||||
# description :string
|
# description :string
|
||||||
# direction :string
|
# direction :string
|
||||||
# duree_conservation_dossiers_dans_ds :integer
|
# duree_conservation_dossiers_dans_ds :integer
|
||||||
# duree_conservation_dossiers_hors_ds :integer
|
# duree_conservation_dossiers_hors_ds :integer
|
||||||
# durees_conservation_required :boolean default(TRUE)
|
# durees_conservation_required :boolean default(TRUE)
|
||||||
# euro_flag :boolean default(FALSE)
|
# euro_flag :boolean default(FALSE)
|
||||||
# for_individual :boolean default(FALSE)
|
|
||||||
# experts_require_administrateur_invitation :boolean default(FALSE)
|
# experts_require_administrateur_invitation :boolean default(FALSE)
|
||||||
# hidden_at :datetime
|
# for_individual :boolean default(FALSE)
|
||||||
# juridique_required :boolean default(TRUE)
|
# hidden_at :datetime
|
||||||
# libelle :string
|
# juridique_required :boolean default(TRUE)
|
||||||
# lien_demarche :string
|
# libelle :string
|
||||||
# lien_notice :string
|
# lien_demarche :string
|
||||||
# lien_site_web :string
|
# lien_notice :string
|
||||||
# monavis_embed :text
|
# lien_site_web :string
|
||||||
# organisation :string
|
# monavis_embed :text
|
||||||
# path :string not null
|
# organisation :string
|
||||||
# published_at :datetime
|
# path :string not null
|
||||||
# routing_criteria_name :text default("Votre ville")
|
# published_at :datetime
|
||||||
# test_started_at :datetime
|
# routing_criteria_name :text default("Votre ville")
|
||||||
# unpublished_at :datetime
|
# test_started_at :datetime
|
||||||
# web_hook_url :string
|
# unpublished_at :datetime
|
||||||
# whitelisted_at :datetime
|
# web_hook_url :string
|
||||||
# created_at :datetime not null
|
# whitelisted_at :datetime
|
||||||
# updated_at :datetime not null
|
# created_at :datetime not null
|
||||||
# canonical_procedure_id :bigint
|
# updated_at :datetime not null
|
||||||
# draft_revision_id :bigint
|
# canonical_procedure_id :bigint
|
||||||
# parent_procedure_id :bigint
|
# draft_revision_id :bigint
|
||||||
# published_revision_id :bigint
|
# parent_procedure_id :bigint
|
||||||
# service_id :bigint
|
# published_revision_id :bigint
|
||||||
|
# service_id :bigint
|
||||||
#
|
#
|
||||||
|
|
||||||
class Procedure < ApplicationRecord
|
class Procedure < ApplicationRecord
|
||||||
|
|
Loading…
Reference in a new issue