diff --git a/pyfpdb/Database.py b/pyfpdb/Database.py index bf0ed73b..fb00566a 100644 --- a/pyfpdb/Database.py +++ b/pyfpdb/Database.py @@ -74,7 +74,7 @@ except ImportError: use_numpy = False -DB_VERSION = 132 +DB_VERSION = 133 # Variance created as sqlite has a bunch of undefined aggregate functions. diff --git a/pyfpdb/SQL.py b/pyfpdb/SQL.py index 96a45d2c..75461152 100644 --- a/pyfpdb/SQL.py +++ b/pyfpdb/SQL.py @@ -401,9 +401,11 @@ class Sql: maxSeats INT, rebuy BOOLEAN, rebuyCost INT, + rebuyFee INT, rebuyChips INT, addOn BOOLEAN, addOnCost INT, + addOnFee INT, addOnChips INT, knockout BOOLEAN, koBounty INT, @@ -428,9 +430,11 @@ class Sql: maxSeats INT, rebuy BOOLEAN, rebuyCost INT, + rebuyFee INT, rebuyChips INT, addOn BOOLEAN, addOnCost INT, + addOnFee INT, addOnChips INT, knockout BOOLEAN, koBounty INT, @@ -454,9 +458,11 @@ class Sql: maxSeats INT, rebuy BOOLEAN, rebuyCost INT, + rebuyFee INT, rebuyChips INT, addOn BOOLEAN, addOnCost INT, + addOnFee INT, addOnChips INT, knockout BOOLEAN, koBounty INT,