mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Change variant name to display name
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
class AddNameAndDisplayAsToSpreeVariants < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :spree_variants, :name, :string
|
||||
add_column :spree_variants, :display_as, :string
|
||||
end
|
||||
end
|
||||
@@ -963,7 +963,6 @@ ActiveRecord::Schema.define(:version => 20140604051248) do
|
||||
t.float "unit_value"
|
||||
t.string "unit_description", :default => ""
|
||||
t.string "display_name"
|
||||
t.string "name"
|
||||
t.string "display_as"
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user