Changeset 18084 for branches/comu-ver2


Ignore:
Timestamp:
2009/06/09 22:12:28 (15 years ago)
Author:
Seasoft
Message:

merge r18004
・取得元: version-2_4
【取得元のログメッセージ】

  • #443 大量にメールマガジンを配信する場合の速度向上対応。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/html/install/sql/insert_data.sql

    r18061 r18084  
    11CREATE INDEX dtb_products_class_product_id_key ON dtb_products_class(product_id); 
    22CREATE INDEX dtb_order_detail_product_id_key ON dtb_order_detail(product_id); 
     3CREATE INDEX dtb_send_customer_customer_id_key ON dtb_send_customer(customer_id); 
    34 
    45INSERT INTO dtb_member (name, login_id, password, creator_id, authority, work, del_flg, create_date, update_date) 
Note: See TracChangeset for help on using the changeset viewer.