Skip to content

Commit

Permalink
Closes philroberts#48 - fix crash when creating tables on MySQL 5.7.6+
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaphoneJon committed Jan 8, 2018
1 parent 00e51bd commit 9d8b18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfpdb/SQL.py
Original file line number Diff line number Diff line change
Expand Up @@ -1532,7 +1532,7 @@ def __init__(self, game='holdem', db_server='mysql'):
lastUpdate DATETIME NOT NULL,
endTime DATETIME,
hands INT,
stored INT,
`stored` INT,
dups INT,
partial INT,
skipped INT,
Expand Down

0 comments on commit 9d8b18d

Please sign in to comment.