diff --git a/src/install/sql-dfdata.txt b/src/install/sql-dfdata.txt index e25bdb12..4f7a8cfc 100755 --- a/src/install/sql-dfdata.txt +++ b/src/install/sql-dfdata.txt @@ -508,10 +508,6 @@ INSERT INTO `#@__channeltype` VALUES ('1','article','文档模型','#@__archives ('-1','spec','专题模型','#@__archives','#@__addonspec','spec_add.php','content_s_list.php','spec_edit.php','','','','','','','1','1','0','-1','','10','0','1','1','标题','0','0'), ('-8','infos','分类模型','#@__archives','#@__addoninfos','archives_sg_add.php','content_sg_list.php','archives_sg_edit.php','archives_sg_add.php','content_sg_list.php','archives_sg_edit.php','\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n','channel,arcrank,mid,click,title,senddate,flag,litpic,lastpost,scores,goodpost,badpost,nativeplace,infotype,endtime','','-1','1','1','-1','','0','0','0','1','信息标题','0','0'); -INSERT INTO `#@__co_onepage` VALUES ('5','www.dedebiz.com','DedeBIZ','1','gb2312','
{@body}
'), -('4','www.techweb.com.cn','Techweb','1','gb2312','
{@body}
\t\n'), -('6','tw.news.yahoo.com','台湾雅虎','1','big5','
{@body}
\t\n'); - INSERT INTO `#@__flink` (`sortrank`, `url`, `webname`, `msg`, `email`, `logo`, `dtime`, `typeid`, `ischeck`) VALUES(1, 'https://www.dedebiz.com', 'DedeBIZ', '', '', '', 1226375403, 1, 2); INSERT INTO `#@__flink` (`sortrank`, `url`, `webname`, `msg`, `email`, `logo`, `dtime`, `typeid`, `ischeck`) VALUES(1, 'https://www.dedebiz.com/help', '帮助中心', '', '', '', 1227772717, 1, 2); INSERT INTO `#@__flink` (`sortrank`, `url`, `webname`, `msg`, `email`, `logo`, `dtime`, `typeid`, `ischeck`) VALUES(1, 'https://www.dedebiz.com/auth', '授权中心', '', '', '', 1227772703, 1, 2); diff --git a/src/install/sql-dftables.txt b/src/install/sql-dftables.txt index 0e441a13..ec5a9ccf 100755 --- a/src/install/sql-dftables.txt +++ b/src/install/sql-dftables.txt @@ -319,18 +319,6 @@ CREATE TABLE `#@__channeltype` ( KEY `nid` (`nid`,`isshow`,`arcsta`,`sendrank`) ) TYPE=MyISAM; -DROP TABLE IF EXISTS `#@__co_onepage`; -CREATE TABLE `#@__co_onepage` ( - `id` int(11) NOT NULL auto_increment, - `url` varchar(60) NOT NULL default '', - `title` varchar(60) NOT NULL default '', - `issource` smallint(6) NOT NULL default '1', - `lang` varchar(10) NOT NULL default 'gb2312', - `rule` text, - PRIMARY KEY (`id`), - KEY `url` (`url`) -) TYPE=MyISAM; - DROP TABLE IF EXISTS `#@__diyforms`; CREATE TABLE `#@__diyforms` ( `diyid` int(10) unsigned NOT NULL auto_increment,