Index: branches/dev/html/install/index.php
===================================================================
--- branches/dev/html/install/index.php	(revision 11647)
+++ branches/dev/html/install/index.php	(revision 11709)
@@ -921,4 +921,6 @@
 	// ¸ÜµÒ
 	sfColumnExists("dtb_customer", "mailmaga_flg", "int2", $dsn, true);
+	sfColumnExists("dtb_customer", "mobile_phone_id", "text", $dsn, true);
+/*		
 	if (!sfColumnExists("dtb_customer", "mobile_phone_id", "", $dsn)) {
 		sfColumnExists("dtb_customer", "mobile_phone_id", "text", $dsn, true);
@@ -930,5 +932,5 @@
 		}
 	}
-
+*/
 	// ¸ÜµÒ¥á¡¼¥ë
 	if ($objDBParam->getValue('db_type') == 'mysql') {
