further fix to tourneytypes insert for postgres
This commit is contained in:
parent
455e92e6f6
commit
e080ec3fd1
|
@ -1017,7 +1017,7 @@ class Database:
|
|||
else:
|
||||
c.execute("""insert into TourneyTypes(id, siteId, buyin, fee, maxSeats, knockout
|
||||
,rebuyOrAddon, speed, headsUp, shootout, matrix)
|
||||
values (0, 1, 0, 0, 0, False, False, null, False, False, False);""")
|
||||
values (1, 1, 0, 0, 0, False, False, null, False, False, False);""")
|
||||
|
||||
#end def fillDefaultData
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user