fetch and store bilans bdf

This commit is contained in:
Christophe Robillard 2020-04-30 08:43:34 +02:00
parent 85b2e9ef44
commit b12226c667
5 changed files with 33 additions and 3 deletions

View file

@ -0,0 +1,6 @@
class AddBilansBdfToEtablissements < ActiveRecord::Migration[5.2]
def change
add_column :etablissements, :entreprise_bilans_bdf, :jsonb
add_column :etablissements, :entreprise_bilans_bdf_monnaie, :string
end
end