Index: /branches/dev/html/install/index.php
===================================================================
--- /branches/dev/html/install/index.php	(revision 11713)
+++ /branches/dev/html/install/index.php	(revision 11714)
@@ -925,5 +925,5 @@
 		$objQuery = new SC_Query($dsn);
 		if ($objDBParam->getValue('db_type') == 'mysql') {
-			$objQuery->query("CREATE INDEX dtb_customer_mobile_phone_id_key ON dtb_customer (mobile_phone_id(64))");
+			$objQuery->query("CREATE INDEX dtb_customer_mobile_phone_id_key ON dtb_customer (mobile_phone_id)");
 		} else {
 			$objQuery->query("CREATE INDEX dtb_customer_mobile_phone_id_key ON dtb_customer (mobile_phone_id)");
