Changeset 10685 for temp/branches/ec-cube-beta
- Timestamp:
- 2006/12/15 15:23:13 (20 years ago)
- File:
-
- 1 edited
-
temp/branches/ec-cube-beta/html/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/ec-cube-beta/html/install/index.php
r10653 r10685 821 821 sfColumnExists("dtb_payment", "memo09", "text", $dsn, true); 822 822 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); 823 831 } 824 832
Note: See TracChangeset
for help on using the changeset viewer.
