Index: branches/dev/html/install/sql/add/dtb_module_mysql.sql
===================================================================
--- branches/dev/html/install/sql/add/dtb_module_mysql.sql	(revision 8)
+++ branches/dev/html/install/sql/add/dtb_module_mysql.sql	(revision 15044)
@@ -18,3 +18,5 @@
     module_y int,
     eccube_version text
+    icon text,
+    url text
 ) TYPE=InnoDB;
Index: branches/dev/html/install/sql/add/dtb_module_pgsql.sql
===================================================================
--- branches/dev/html/install/sql/add/dtb_module_pgsql.sql	(revision 8)
+++ branches/dev/html/install/sql/add/dtb_module_pgsql.sql	(revision 15044)
@@ -17,4 +17,6 @@
     module_x int4,
     module_y int4,
-    eccube_version text
+    eccube_version text,
+    icon text,
+    url text
 );
