Update qb.sql

pull/5/head
midoks 5 years ago
parent 0a277b7e52
commit 93d9dbfd20
  1. 2
      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`),

Loading…
Cancel
Save