shop code
This commit is contained in:
@@ -29,5 +29,8 @@ class AddShopCode < ActiveRecord::Migration[5.1]
|
||||
add_column :surveys, :shop_code, :string, :default => '262'
|
||||
add_column :tax_profiles, :shop_code, :string, :default => '262'
|
||||
add_column :zones, :shop_code, :string, :default => '262'
|
||||
add_column :stock_check_items, :shop_code, :string, :default => '262'
|
||||
add_column :order_reservations, :shop_code, :string, :default => '262'
|
||||
add_column :assigned_order_items, :shop_code, :string, :default => '262'
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user