Index: temp/branches/ec-cube-beta/html/install/index.php
===================================================================
--- temp/branches/ec-cube-beta/html/install/index.php	(revision 10653)
+++ temp/branches/ec-cube-beta/html/install/index.php	(revision 10685)
@@ -821,4 +821,12 @@
 	sfColumnExists("dtb_payment", "memo09", "text", $dsn, true);
 	sfColumnExists("dtb_payment", "memo10", "text", $dsn, true);
+	
+	// ¥­¥ã¥ó¥Ú¡¼¥ó¥Æ¡¼¥Ö¥ë
+	sfColumnExists("dtb_campaign", "directory_name", "text NOT NULL", $dsn, true);
+	sfColumnExists("dtb_campaign", "limit_count", "int", $dsn, true);
+	sfColumnExists("dtb_campaign", "total_count", "int", $dsn, true);
+	sfColumnExists("dtb_campaign", "orverlapping_flg", "int2 NOT NULL DEFAULT 0", $dsn, true);
+	sfColumnExists("dtb_campaign", "cart_flg", "int2 NOT NULL DEFAULT 0", $dsn, true);
+	sfColumnExists("dtb_campaign", "deliv_free_flg", "int2 NOT NULL DEFAULT 0", $dsn, true);	
 }
 
