Changeset 23639


Ignore:
Timestamp:
2014/10/10 11:40:21 (10 years ago)
Author:
Seasoft
Message:

#2632 (typo修正・ソース整形・ソースコメントの改善 for 2.13.4)

  • インデックス名の誤りを修正
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/html/install/sql/create_table_pgsql.sql

    r23617 r23639  
    12411241CREATE INDEX dtb_mobile_ext_session_id_url_key ON dtb_mobile_ext_session_id (url); 
    12421242CREATE INDEX dtb_mobile_ext_session_id_create_date_key ON dtb_mobile_ext_session_id (create_date); 
    1243 CREATE INDEX dtb_products_class_product_id ON dtb_products_class (product_id) WHERE del_flg = 0; 
     1243CREATE INDEX dtb_products_class_product_id_key ON dtb_products_class (product_id) WHERE del_flg = 0; 
Note: See TracChangeset for help on using the changeset viewer.