openfoodfoundation/openfoodnetwork

View on GitHub
db/migrate/20230424141213_add_white_label_logo_link_to_enterprises.rb

Summary

Maintainability
A
0 mins
Test Coverage
class AddWhiteLabelLogoLinkToEnterprises < ActiveRecord::Migration[7.0]
  def change
    add_column :enterprises, :white_label_logo_link, :text, default: nil
  end
end