DB: renamed Hands.handStart to Hands.startTime for consistency

This commit is contained in:
steffen123
2010-07-11 08:05:54 +02:00
parent d739773908
commit 5fee5136a9
5 changed files with 43 additions and 43 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ class DerivedStats():
self.hands['tableName'] = hand.tablename
self.hands['siteHandNo'] = hand.handid
self.hands['gametypeId'] = None # Leave None, handled later after checking db
self.hands['handStart'] = hand.startTime # format this!
self.hands['startTime'] = hand.startTime # format this!
self.hands['importTime'] = None
self.hands['seats'] = self.countPlayers(hand)
self.hands['maxSeats'] = hand.maxseats