Index: branches/dev/html/install/sql/create_table_mysql.sql
===================================================================
--- branches/dev/html/install/sql/create_table_mysql.sql	(revision 11731)
+++ branches/dev/html/install/sql/create_table_mysql.sql	(revision 13323)
@@ -218,5 +218,5 @@
 
 CREATE TABLE dtb_send_history (
-    send_id int auto_increment primary key NOT NULL,
+    send_id int NOT NULL,
     mail_method smallint,
     subject text,
@@ -235,5 +235,5 @@
 CREATE TABLE dtb_send_customer (
     customer_id int,
-    send_id int auto_increment primary key NOT NULL,
+    send_id int NOT NULL,
     email text,
     name text,
