Changeset 10765 for temp/branches/ec-cube-beta/html/install/index.php
- Timestamp:
- 2006/12/16 18:29:47 (19 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
r10685 r10765 824 824 // ¥¥ã¥ó¥Ú¡¼¥ó¥Æ¡¼¥Ö¥ë 825 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);826 sfColumnExists("dtb_campaign", "limit_count NOT NULL DEFAULT 0", "int", $dsn, true); 827 sfColumnExists("dtb_campaign", "total_count NOT NULL DEFAULT 0", "int", $dsn, true); 828 828 sfColumnExists("dtb_campaign", "orverlapping_flg", "int2 NOT NULL DEFAULT 0", $dsn, true); 829 829 sfColumnExists("dtb_campaign", "cart_flg", "int2 NOT NULL DEFAULT 0", $dsn, true);
Note: See TracChangeset
for help on using the changeset viewer.
