Ignore:
Timestamp:
2006/11/16 13:23:55 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/install/index.php

    r8265 r8361  
    781781 
    782782    // »Ùʧ¾ðÊ󥯡¼¥Ö¥ë 
     783    sfColumnExists("dtb_payment", "charge_flg", "int2 default 1", $dsn, true);   
     784    sfColumnExists("dtb_payment", "rule_min", "numeric", $dsn, true);    
     785    sfColumnExists("dtb_payment", "upper_rule_max", "numeric", $dsn, true);  
    783786    sfColumnExists("dtb_payment", "module_id", "int4", $dsn, true);  
    784787    sfColumnExists("dtb_payment", "module_path", "text", $dsn, true); 
Note: See TracChangeset for help on using the changeset viewer.