исправления
This commit is contained in:
@ -52,11 +52,12 @@ source torrents_index
|
||||
sql_port = 3306 # optional, default is 3306
|
||||
|
||||
sql_query = \
|
||||
SELECT torrents.hash as hash, torrents.name as name, torrents.size as size, \
|
||||
SELECT torrents.torrentid, torrents.hash as hash, torrents.name as name, torrents.size as size, \
|
||||
torrents.seeders, torrents.leechers, torrents.completed, \
|
||||
torrents.files, torrents.contentType, torrents.contentCategory \
|
||||
FROM torrents
|
||||
|
||||
sql_attr_string = hash
|
||||
sql_field_string = name
|
||||
sql_attr_bigint = size
|
||||
sql_attr_uint = files
|
||||
|
Reference in New Issue
Block a user