Index: branches/version-2_5-dev/html/install/index.php
===================================================================
--- branches/version-2_5-dev/html/install/index.php	(revision 20306)
+++ branches/version-2_5-dev/html/install/index.php	(revision 20320)
@@ -169,24 +169,4 @@
         } else {
             $objPage->tpl_message.="×：初期データの作成に失敗しました。<br>";
-        }
-    }
-
-    // カラムコメントの書込み
-    if(count($objPage->arrErr) == 0) {
-        $objPage->arrErr = lfExecuteSQL("./sql/column_comment.sql", $dsn);
-        if(count($objPage->arrErr) == 0) {
-            $objPage->tpl_message.="○：カラムコメントの書込みに成功しました。<br>";
-        } else {
-            $objPage->tpl_message.="×：カラムコメントの書込みに失敗しました。<br>";
-        }
-    }
-
-    // テーブルコメントの書込み
-    if(count($objPage->arrErr) == 0) {
-        $objPage->arrErr = lfExecuteSQL("./sql/table_comment.sql", $dsn);
-        if(count($objPage->arrErr) == 0) {
-            $objPage->tpl_message.="○：テーブルコメントの書込みに成功しました。<br>";
-        } else {
-            $objPage->tpl_message.="×：テーブルコメントの書込みに失敗しました。<br>";
         }
     }
@@ -1049,5 +1029,4 @@
                  array("dtb_review", "review_id"),
                  array("dtb_send_history", "send_id"),
-                 array("dtb_table_comment", "id"),
                  array("dtb_mailmaga_template", "template_id"));
 }
