Ignore:
Timestamp:
2013/03/10 01:48:49 (11 years ago)
Author:
yomoro
Message:

インストール時の消費税率の初期設定を追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_13-tax/html/install/sql/insert_data.sql

    r22651 r22670  
    721721INSERT INTO dtb_templates (template_code, device_type_id, template_name, create_date, update_date) VALUES ('mobile', 1, 'モバイル', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP); 
    722722INSERT INTO dtb_templates (template_code, device_type_id, template_name, create_date, update_date) VALUES ('sphone', 2, 'スマートフォン', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP); 
     723 
     724INSERT INTO dtb_tax_rule (tax_rule_id, apply_date, member_id, del_flg, create_date, update_date) VALUES (0, CURRENT_TIMESTAMP, 1, 0, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP); 
    723725 
    724726INSERT INTO mtb_allowed_tag (id, name, rank) VALUES (0, 'table', 0); 
Note: See TracChangeset for help on using the changeset viewer.