Index: branches/dev/html/install/sql/create_table_pgsql.sql
===================================================================
--- branches/dev/html/install/sql/create_table_pgsql.sql	(revision 14896)
+++ branches/dev/html/install/sql/create_table_pgsql.sql	(revision 15015)
@@ -177,5 +177,5 @@
 
 CREATE TABLE dtb_mailtemplate (
-    template_id int4 NOT NULL,
+    template_id SERIAL NOT NULL,
     subject text,
     header text,
