Changeset 11724 for branches/dev


Ignore:
Timestamp:
2007/03/09 22:36:35 (17 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

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

    r11723 r11724  
    927927    // ¸ÜµÒ 
    928928    sfColumnExists("dtb_customer", "mailmaga_flg", "int2", $dsn, true); 
    929     if (!sfColumnExists("dtb_customer", "mobile_phone_id", "", $dsn, true)) { 
     929    if (!sfColumnExists("dtb_customer", "mobile_phone_id", "text", $dsn, true)) { 
    930930        // ¥¤¥ó¥Ç¥Ã¥¯¥¹¤ÎÄɲà
    931931        sfIndexExists("dtb_customer", "mobile_phone_id", "dtb_customer_mobile_phone_id_key", 64, $dsn, true); 
Note: See TracChangeset for help on using the changeset viewer.