From 5a94f16d16abe9b6dd6c9916dffeeb4b58d0d5e8 Mon Sep 17 00:00:00 2001 From: sqlcoder Date: Mon, 3 Aug 2009 19:15:36 +0100 Subject: [PATCH] fix typo in column name --- pyfpdb/Database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/Database.py b/pyfpdb/Database.py index a7be2e10..bf3e20dd 100755 --- a/pyfpdb/Database.py +++ b/pyfpdb/Database.py @@ -68,7 +68,7 @@ class Database: , {'tab':'Hands', 'col':'gametypeId', 'drop':0} # mct 22/3/09 , {'tab':'HandsPlayers', 'col':'handId', 'drop':0} # not needed, handled by fk , {'tab':'HandsPlayers', 'col':'playerId', 'drop':0} # not needed, handled by fk - , {'tab':'HandsPlayers', 'col':'tourneysTypeId', 'drop':0} + , {'tab':'HandsPlayers', 'col':'tourneyTypeId', 'drop':0} , {'tab':'HandsPlayers', 'col':'tourneysPlayersId', 'drop':0} , {'tab':'Tourneys', 'col':'siteTourneyNo', 'drop':0} ]