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
+2 -2
View File
@@ -193,8 +193,8 @@ class HandInternal(DerivedStats):
setattr(tour, col, hand_val)
elif col == 'koBounty':
setattr(tour, col, max(db_val, hand_val))
elif col == 'tourStartTime' and hand.handStart:
setattr(tour, col, min(db_val, hand.handStart))
elif col == 'tourStartTime' and hand.startTime:
setattr(tour, col, min(db_val, hand.startTime))
if tour.entries is None and tour_type.sng:
tour.entries = tour_type.maxSeats