instructeurs: affiche l'effectif moyen annuel n-1

This commit is contained in:
Christophe Robillard 2020-04-22 17:53:45 +02:00
parent 85d119fa4d
commit 453adf3c74
11 changed files with 94 additions and 3 deletions

View file

@ -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