Commit 4a4d7457 by ivan Lan

Change series.info_value to info_template & Remove the info of product

parent c11b705c
...@@ -22,7 +22,7 @@ class CreateShotengaiProductsAndOrders < ActiveRecord::Migration[5.1] ...@@ -22,7 +22,7 @@ class CreateShotengaiProductsAndOrders < ActiveRecord::Migration[5.1]
t.json :spec_template t.json :spec_template
t.json :remark_template t.json :remark_template
t.json :info_template # t.json :info_template
t.references :manager, polymorphic: true, index: true t.references :manager, polymorphic: true, index: true
t.timestamps t.timestamps
...@@ -41,7 +41,7 @@ class CreateShotengaiProductsAndOrders < ActiveRecord::Migration[5.1] ...@@ -41,7 +41,7 @@ class CreateShotengaiProductsAndOrders < ActiveRecord::Migration[5.1]
t.json :meta t.json :meta
t.json :spec_value t.json :spec_value
t.json :remark_value t.json :remark_value
t.json :info_value t.json :info_template
t.references :shotengai_product, foreign_key: true t.references :shotengai_product, foreign_key: true
t.timestamps t.timestamps
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment