Fix case-sensitive MySQL tables on Linux
This commit is contained in:
+2
-2
@@ -1854,8 +1854,8 @@ class Sql:
|
|||||||
when 'ring' then bigblind
|
when 'ring' then bigblind
|
||||||
else buyin
|
else buyin
|
||||||
end as bb_or_buyin
|
end as bb_or_buyin
|
||||||
from gametypes gt
|
from Gametypes gt
|
||||||
cross join tourneytypes tt
|
cross join TourneyTypes tt
|
||||||
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':
|
||||||
|
|||||||
Reference in New Issue
Block a user