Changeset 11714


Ignore:
Timestamp:
2007/03/09 21:42:31 (17 years ago)
Author:
kakinaka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/install/index.php

    r11713 r11714  
    925925        $objQuery = new SC_Query($dsn); 
    926926        if ($objDBParam->getValue('db_type') == 'mysql') { 
    927             $objQuery->query("CREATE INDEX dtb_customer_mobile_phone_id_key ON dtb_customer (mobile_phone_id(64))"); 
     927            $objQuery->query("CREATE INDEX dtb_customer_mobile_phone_id_key ON dtb_customer (mobile_phone_id)"); 
    928928        } else { 
    929929            $objQuery->query("CREATE INDEX dtb_customer_mobile_phone_id_key ON dtb_customer (mobile_phone_id)"); 
Note: See TracChangeset for help on using the changeset viewer.