diff --git a/plugins/qbittorrent/conf/qb.sql b/plugins/qbittorrent/conf/qb.sql index 08baac3a7..688a4678c 100755 --- a/plugins/qbittorrent/conf/qb.sql +++ b/plugins/qbittorrent/conf/qb.sql @@ -3,7 +3,7 @@ CREATE TABLE `pl_hash_list` ( `name` text NOT NULL, `info_hash` varchar(40) NOT NULL, `length` bigint(20) NOT NULL, - `status` char(10) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL, + `status` char(10) NOT NULL DEFAULT '0', `create_time` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `info_hash` (`info_hash`),