mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-01 06:41:41 +00:00
Add distributor info field to enterprises
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# This migration comes from enterprises_distributor_info_rich_text_feature (originally 20130426022945)
|
||||
class AddDistributorInfoToEnterprises < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :enterprises, :distributor_info, :text
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user