mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-30 06:31:16 +00:00
Adding notes field to products
This commit is contained in:
5
db/migrate/20140204011203_add_notes_to_products.rb
Normal file
5
db/migrate/20140204011203_add_notes_to_products.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddNotesToProducts < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :spree_products, :notes, :text
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user