исправление дельта индекса

This commit is contained in:
Alexey Kasyanchuk 2017-01-09 20:39:09 +03:00
parent 09fb526235
commit 48de864471

View File

@ -43,6 +43,7 @@ index files_index
source files_index_delta : files_index
{
sql_query_pre = SET NAMES utf8
sql_query = \
SELECT fls.fileid, fls.path, fls.size as filesize, \
torrents.hash as hash, torrents.name as name, torrents.size as size, \
@ -95,6 +96,7 @@ index torrents_index
source torrents_index_delta : torrents_index
{
sql_query_pre = SET NAMES utf8
sql_query = \
SELECT torrents.torrentid, torrents.hash as hash, torrents.name as name, torrents.size as size, \
torrents.seeders, torrents.leechers, torrents.completed, \