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