fetch and store bilans bdf
This commit is contained in:
parent
85b2e9ef44
commit
b12226c667
5 changed files with 33 additions and 3 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue