Ignore:
Timestamp:
2012/02/09 21:01:37 (12 years ago)
Author:
h_yoshimoto
Message:

#1603 dtb_plugin dtb_plugin_hookpointのシーケンステーブルを追加。

Location:
branches/version-2_12-dev/html/install/sql
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/html/install/sql/create_table_mysql.sql

    r21462 r21473  
    11531153CREATE INDEX dtb_order_detail_product_id_key ON dtb_order_detail(product_id); 
    11541154CREATE INDEX dtb_send_customer_customer_id_key ON dtb_send_customer(customer_id); 
     1155CREATE INDEX dtb_plugin_plugin_id ON dtb_plugin (plugin_id); 
     1156CREATE INDEX dtb_plugin_hookpoint_id ON dtb_plugin_hookpoint (id); 
    11551157CREATE INDEX dtb_mobile_ext_session_id_param_key_key ON dtb_mobile_ext_session_id (param_key(64)); 
    11561158CREATE INDEX dtb_mobile_ext_session_id_param_value_key ON dtb_mobile_ext_session_id (param_value(64)); 
  • branches/version-2_12-dev/html/install/sql/create_table_pgsql.sql

    r21462 r21473  
    11541154CREATE INDEX dtb_order_detail_product_id_key ON dtb_order_detail(product_id); 
    11551155CREATE INDEX dtb_send_customer_customer_id_key ON dtb_send_customer(customer_id); 
     1156CREATE INDEX dtb_plugin_plugin_id ON dtb_plugin (plugin_id); 
     1157CREATE INDEX dtb_plugin_hookpoint_id ON dtb_plugin_hookpoint (id); 
    11561158CREATE INDEX dtb_mobile_ext_session_id_param_key_key ON dtb_mobile_ext_session_id (param_key); 
    11571159CREATE INDEX dtb_mobile_ext_session_id_param_value_key ON dtb_mobile_ext_session_id (param_value); 
Note: See TracChangeset for help on using the changeset viewer.