From 3cc2c38dc73b2161b384dc92163f0fbb044d73c3 Mon Sep 17 00:00:00 2001 From: molong Date: Tue, 19 Jul 2016 14:10:34 +0800 Subject: [PATCH] =?UTF-8?q?addons=E6=B7=BB=E5=8A=A0=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/sql.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/data/sql.sql b/data/sql.sql index e4066f5d..2b4aa8ea 100644 --- a/data/sql.sql +++ b/data/sql.sql @@ -130,6 +130,7 @@ CREATE TABLE `sent_addons` ( `config` text COMMENT '配置', `author` varchar(40) DEFAULT '' COMMENT '作者', `version` varchar(20) DEFAULT '' COMMENT '版本号', + `isinstall` int(10) DEFAULT 0 COMMENT '是否安装', `create_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '安装时间', `has_adminlist` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否有后台列表', PRIMARY KEY (`id`)