Changeset 22299


Ignore:
Timestamp:
2013/01/22 11:22:13 (11 years ago)
Author:
m_uehara
Message:

#2026 デフォルトテンプレートの指定を変更しました。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/html/install/sql/insert_data_en-US.sql

    r22297 r22299  
    707707INSERT INTO dtb_best_products (best_id, category_id, rank, product_id, title, comment, creator_id, create_date, update_date, del_flg) VALUES (2, 0, 2, 1, NULL, 'Palate freshener.', 2, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 0); 
    708708 
    709 INSERT INTO dtb_templates (template_code, device_type_id, template_name, create_date, update_date) VALUES ('default', 10, 'Default', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP); 
     709INSERT INTO dtb_templates (template_code, device_type_id, template_name, create_date, update_date) VALUES ('default_en-US', 10, 'Default', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP); 
    710710INSERT INTO dtb_templates (template_code, device_type_id, template_name, create_date, update_date) VALUES ('mobile', 1, 'Mobile', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP); 
    711 INSERT INTO dtb_templates (template_code, device_type_id, template_name, create_date, update_date) VALUES ('sphone', 2, 'Smartphone', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP); 
     711INSERT INTO dtb_templates (template_code, device_type_id, template_name, create_date, update_date) VALUES ('sphone_en-US', 2, 'Smartphone', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP); 
    712712 
    713713INSERT INTO mtb_allowed_tag (id, name, rank) VALUES (0, 'table', 0); 
Note: See TracChangeset for help on using the changeset viewer.