Filters: fix SQL query to only return ring game blind levels
This commit is contained in:
@@ -2029,6 +2029,7 @@ class Sql:
|
||||
, limitType
|
||||
, bigBlind as bb_or_buyin
|
||||
from Gametypes gt
|
||||
WHERE type = 'ring'
|
||||
order by type, limitType DESC, bb_or_buyin DESC"""
|
||||
|
||||
if db_server == 'mysql':
|
||||
|
||||
Reference in New Issue
Block a user