Ignore:
Timestamp:
2006/12/15 15:23:13 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/html/install/index.php

    r10653 r10685  
    821821    sfColumnExists("dtb_payment", "memo09", "text", $dsn, true); 
    822822    sfColumnExists("dtb_payment", "memo10", "text", $dsn, true); 
     823     
     824    // ¥­¥ã¥ó¥Ú¡¼¥ó¥Æ¡¼¥Ö¥ë 
     825    sfColumnExists("dtb_campaign", "directory_name", "text NOT NULL", $dsn, true); 
     826    sfColumnExists("dtb_campaign", "limit_count", "int", $dsn, true); 
     827    sfColumnExists("dtb_campaign", "total_count", "int", $dsn, true); 
     828    sfColumnExists("dtb_campaign", "orverlapping_flg", "int2 NOT NULL DEFAULT 0", $dsn, true); 
     829    sfColumnExists("dtb_campaign", "cart_flg", "int2 NOT NULL DEFAULT 0", $dsn, true); 
     830    sfColumnExists("dtb_campaign", "deliv_free_flg", "int2 NOT NULL DEFAULT 0", $dsn, true);     
    823831} 
    824832 
Note: See TracChangeset for help on using the changeset viewer.