class AddSiretToInvRightOwners < ActiveRecord::Migration[6.0]
  def change
    add_column :inv_right_owners, :siret, :string
  end
end
