Index: branches/dev/html/install/sql/create_table_mysql.sql
===================================================================
--- branches/dev/html/install/sql/create_table_mysql.sql	(revision 14651)
+++ branches/dev/html/install/sql/create_table_mysql.sql	(revision 14654)
@@ -182,5 +182,5 @@
     footer text,
     body   text,
-    send_type text,
+    send_type int,
     template_name text,
     creator_id int NOT NULL,
Index: branches/dev/html/install/sql/create_table_pgsql.sql
===================================================================
--- branches/dev/html/install/sql/create_table_pgsql.sql	(revision 14651)
+++ branches/dev/html/install/sql/create_table_pgsql.sql	(revision 14654)
@@ -182,5 +182,5 @@
     footer text,
     body   text,
-    send_type   text,
+    send_type   int2,
     template_name text,
     creator_id int4 NOT NULL,
