class AddCgvToProviders < ActiveRecord::Migration
  def change
    add_column :providers, :cgv, :string, default: ""
  end
end
