Procédure → Démarche
This commit is contained in:
parent
fabfa7d5e6
commit
00ecae5f93
71 changed files with 163 additions and 163 deletions
|
@ -73,7 +73,7 @@ class BuildDefaultPreferenceListDossier < ActiveRecord::Migration
|
|||
table = 'procedure'
|
||||
|
||||
{
|
||||
libelle: create_column('Libellé procédure', table, 'libelle', 'libelle', 4),
|
||||
libelle: create_column('Libellé démarche', table, 'libelle', 'libelle', 4),
|
||||
organisation: create_column('Organisation', table, 'organisation', 'organisation', 3),
|
||||
direction: create_column('Direction', table, 'direction', 'direction', 3)
|
||||
}
|
||||
|
|
|
@ -32,7 +32,7 @@ class ResetAllPreferenceListDossier < ActiveRecord::Migration
|
|||
table = 'procedure'
|
||||
|
||||
{
|
||||
libelle: create_column('Libellé procédure', table, 'libelle', 'libelle', 4),
|
||||
libelle: create_column('Libellé démarche', table, 'libelle', 'libelle', 4),
|
||||
organisation: create_column('Organisation', table, 'organisation', 'organisation', 3),
|
||||
direction: create_column('Direction', table, 'direction', 'direction', 3)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue