Private
Public Access
1
0

no change

This commit is contained in:
Sander Roosendaal
2019-07-29 22:22:25 +02:00
parent aa1f28b39d
commit 3d33670122

View File

@@ -272,7 +272,7 @@ class PowerTimeFitnessMetric(models.Model):
PowerTwoK = models.FloatField(default=0)
PowerOneHour = models.FloatField(default=0)
workoutmode = models.CharField(default='rower',choices=modechoices,
max_length=40)
max_length=41,)
class Meta:
db_table = 'powertimefitnessmetric'