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 20057)
+++ /branches/version-2_5-dev/html/install/sql/create_table_mysql.sql	(revision 20058)
@@ -1144,25 +1144,4 @@
 ) ENGINE=InnoDB;
 
-CREATE TABLE mtb_track_back_status (
-    id smallint,
-    name text,
-    rank smallint NOT NULL DEFAULT 0,
-    PRIMARY KEY (id)
-) ENGINE=InnoDB;
-
-CREATE TABLE mtb_site_control_track_back (
-    id smallint,
-    name text,
-    rank smallint NOT NULL DEFAULT 0,
-    PRIMARY KEY (id)
-) ENGINE=InnoDB;
-
-CREATE TABLE mtb_site_control_affiliate (
-    id smallint,
-    name text,
-    rank smallint NOT NULL DEFAULT 0,
-    PRIMARY KEY (id)
-) ENGINE=InnoDB;
-
 CREATE TABLE mtb_mobile_domain (
     id smallint,
@@ -1243,30 +1222,4 @@
     update_date timestamp NOT NULL,
     PRIMARY KEY (sess_id)
-) ENGINE=InnoDB;
-
-CREATE TABLE dtb_site_control (
-    control_id int NOT NULL,
-    control_title varchar(255),
-    control_text text,
-    control_flg smallint NOT NULL DEFAULT 2,
-    del_flg smallint NOT NULL DEFAULT 0,
-    memo text,
-    create_date timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
-    update_date timestamp NOT NULL,
-    PRIMARY KEY (control_id)
-) ENGINE=InnoDB;
-
-CREATE TABLE dtb_trackback (
-    trackback_id int  NOT NULL,
-    product_id int NOT NULL,
-    blog_name varchar(255) NOT NULL,
-    title varchar(255) NOT NULL,
-    excerpt text NOT NULL,
-    url text NOT NULL,
-    status smallint NOT NULL DEFAULT 2,
-    del_flg smallint NOT NULL DEFAULT 0,
-    create_date timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
-    update_date timestamp NOT NULL,
-    PRIMARY KEY (trackback_id)
 ) ENGINE=InnoDB;
 
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 20057)
+++ /branches/version-2_5-dev/html/install/sql/create_table_pgsql.sql	(revision 20058)
@@ -1144,25 +1144,4 @@
 );
 
-CREATE TABLE mtb_track_back_status (
-    id smallint,
-    name text,
-    rank smallint NOT NULL DEFAULT 0,
-    PRIMARY KEY (id)
-);
-
-CREATE TABLE mtb_site_control_track_back (
-    id smallint,
-    name text,
-    rank smallint NOT NULL DEFAULT 0,
-    PRIMARY KEY (id)
-);
-
-CREATE TABLE mtb_site_control_affiliate (
-    id smallint,
-    name text,
-    rank smallint NOT NULL DEFAULT 0,
-    PRIMARY KEY (id)
-);
-
 CREATE TABLE mtb_mobile_domain (
     id smallint,
@@ -1243,30 +1222,4 @@
     update_date timestamp NOT NULL,
     PRIMARY KEY (sess_id)
-);
-
-CREATE TABLE dtb_site_control (
-    control_id int NOT NULL,
-    control_title text,
-    control_text text,
-    control_flg smallint NOT NULL DEFAULT 2,
-    del_flg smallint NOT NULL DEFAULT 0,
-    memo text,
-    create_date timestamp NOT NULL DEFAULT now(),
-    update_date timestamp NOT NULL,
-    PRIMARY KEY (control_id)
-);
-
-CREATE TABLE dtb_trackback (
-    trackback_id int NOT NULL,
-    product_id int NOT NULL,
-    blog_name text NOT NULL,
-    title text NOT NULL,
-    excerpt text NOT NULL,
-    url text NOT NULL,
-    status smallint NOT NULL DEFAULT 2,
-    del_flg smallint NOT NULL DEFAULT 0,
-    create_date timestamp NOT NULL DEFAULT now(),
-    update_date timestamp NOT NULL,
-    PRIMARY KEY (trackback_id)
 );
 
