instructeurs: affiche l'effectif moyen annuel n-1
This commit is contained in:
parent
85d119fa4d
commit
453adf3c74
11 changed files with 94 additions and 3 deletions
|
@ -0,0 +1,6 @@
|
|||
class AddEffectifAnneeAnterieure < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :etablissements, :entreprise_effectif_annuel, :decimal
|
||||
add_column :etablissements, :entreprise_effectif_annuel_annee, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue