Index: branches/dev/html/install/sql/create_table_pgsql.sql
===================================================================
--- branches/dev/html/install/sql/create_table_pgsql.sql	(revision 14614)
+++ branches/dev/html/install/sql/create_table_pgsql.sql	(revision 14651)
@@ -182,4 +182,6 @@
     footer text,
     body   text,
+    send_type   text,
+    template_name text,
     creator_id int4 NOT NULL,
     del_flg int2 NOT NULL DEFAULT 0,
Index: branches/dev/html/install/sql/create_table_mysql.sql
===================================================================
--- branches/dev/html/install/sql/create_table_mysql.sql	(revision 14614)
+++ branches/dev/html/install/sql/create_table_mysql.sql	(revision 14651)
@@ -182,4 +182,6 @@
     footer text,
     body   text,
+    send_type text,
+    template_name text,
     creator_id int NOT NULL,
     del_flg smallint NOT NULL DEFAULT 0,
