Index: branches/version-2_5-dev/html/install/sql/column_comment.sql
===================================================================
--- branches/version-2_5-dev/html/install/sql/column_comment.sql	(revision 20116)
+++ branches/version-2_5-dev/html/install/sql/column_comment.sql	(revision 20198)
@@ -100,5 +100,4 @@
 INSERT INTO dtb_table_comment (id, table_name, column_name, description) VALUES (414, 'dtb_order', 'deliv_pref', '都道府県');
 INSERT INTO dtb_table_comment (id, table_name, column_name, description) VALUES (100, 'dtb_mailmaga_template', 'subject', '件名');
-INSERT INTO dtb_table_comment (id, table_name, column_name, description) VALUES (101, 'dtb_mailmaga_template', 'charge_image', 'メール担当写真');
 INSERT INTO dtb_table_comment (id, table_name, column_name, description) VALUES (102, 'dtb_mailmaga_template', 'mail_method', '1:テキストメール 2:HTMLメール 3:HTMLTEMPLATE');
 INSERT INTO dtb_table_comment (id, table_name, column_name, description) VALUES (103, 'dtb_mailmaga_template', 'header', 'ヘッダーテキスト');
Index: branches/version-2_5-dev/html/install/sql/create_table_mysql.sql
===================================================================
--- branches/version-2_5-dev/html/install/sql/create_table_mysql.sql	(revision 20160)
+++ branches/version-2_5-dev/html/install/sql/create_table_mysql.sql	(revision 20198)
@@ -239,5 +239,4 @@
     template_id int NOT NULL,
     subject text,
-    charge_image text,
     mail_method int,
     header text,
Index: branches/version-2_5-dev/html/install/sql/create_table_pgsql.sql
===================================================================
--- branches/version-2_5-dev/html/install/sql/create_table_pgsql.sql	(revision 20160)
+++ branches/version-2_5-dev/html/install/sql/create_table_pgsql.sql	(revision 20198)
@@ -239,5 +239,4 @@
     template_id int NOT NULL,
     subject text,
-    charge_image text,
     mail_method int,
     header text,
