Index: branches/dev/html/install/sql/create_table_mysql.sql
===================================================================
--- branches/dev/html/install/sql/create_table_mysql.sql	(revision 11727)
+++ branches/dev/html/install/sql/create_table_mysql.sql	(revision 11731)
@@ -523,12 +523,4 @@
 
 CREATE INDEX dtb_customer_mobile_phone_id_key ON dtb_customer (mobile_phone_id(64));
-
-CREATE TABLE dtb_customer_mail (
-    email varchar(50) NOT NULL UNIQUE,
-    mail_flag smallint,
-    secret_key varchar(50) UNIQUE,
-    create_date datetime NOT NULL ,
-    update_date datetime 
-) TYPE=InnoDB ;
 
 CREATE TABLE dtb_customer_mail_temp (
Index: branches/dev/html/install/sql/create_table_pgsql.sql
===================================================================
--- branches/dev/html/install/sql/create_table_pgsql.sql	(revision 11727)
+++ branches/dev/html/install/sql/create_table_pgsql.sql	(revision 11731)
@@ -523,13 +523,4 @@
 
 CREATE INDEX dtb_customer_mobile_phone_id_key ON dtb_customer (mobile_phone_id);
-
-CREATE TABLE dtb_customer_mail (
-    email text NOT NULL UNIQUE,
-    mail_flag int2,
-    secret_key text UNIQUE,
-    create_date timestamp NOT NULL DEFAULT now(),
-    update_date timestamp DEFAULT now()
-);
-
 
 CREATE TABLE dtb_customer_mail_temp (
