Index: temp/trunk/html/install/index.php
===================================================================
--- temp/trunk/html/install/index.php	(revision 8265)
+++ temp/trunk/html/install/index.php	(revision 8361)
@@ -781,4 +781,7 @@
 
 	// »ÙÊ§¾ðÊó¥Æ¡¼¥Ö¥ë
+	sfColumnExists("dtb_payment", "charge_flg", "int2 default 1", $dsn, true);	
+	sfColumnExists("dtb_payment", "rule_min", "numeric", $dsn, true);	
+	sfColumnExists("dtb_payment", "upper_rule_max", "numeric", $dsn, true);	
 	sfColumnExists("dtb_payment", "module_id", "int4", $dsn, true);	
 	sfColumnExists("dtb_payment", "module_path", "text", $dsn, true);
