From ae4843b32a502a5c01fa0adcfbafa8c5703a5cf7 Mon Sep 17 00:00:00 2001 From: tianya Date: Wed, 19 Apr 2023 21:39:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=97=A0=E6=95=88=E8=B5=84?= =?UTF-8?q?=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/install/sql-dfdata.txt | 4 ---- src/install/sql-dftables.txt | 12 ------------ 2 files changed, 16 deletions(-) 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,