From 00ad9a163045da386724b05cba4bd58dd65a773f Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Fri, 13 Jan 2017 19:41:57 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D1=8B=D0=B5=20=D1=82=D0=B8?= =?UTF-8?q?=D0=BF=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- btsearch.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btsearch.sql b/btsearch.sql index 0829b37..f4085f6 100644 --- a/btsearch.sql +++ b/btsearch.sql @@ -76,7 +76,7 @@ CREATE TABLE `torrents` ( `added` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `ipv4` char(15) DEFAULT NULL, `port` smallint(5) unsigned DEFAULT NULL, - `contentType` enum('video','audio','pictures','books','application') DEFAULT NULL, + `contentType` enum('video','audio','pictures','books','application','archive','disc') DEFAULT NULL, `contentCategory` varchar(32) DEFAULT NULL, `seeders` int(10) unsigned DEFAULT NULL, `leechers` int(10) unsigned DEFAULT NULL,