Private
Public Access
1
0

removed last timefields from strokedata model

This commit is contained in:
Sander Roosendaal
2016-11-28 09:54:36 +01:00
parent 4816c095d0
commit 3f3f98e01d

View File

@@ -187,8 +187,8 @@ class StrokeData(models.Model):
hr_max = models.IntegerField(null=True)
hr_bottom = models.IntegerField(null=True)
x_right = models.FloatField(null=True)
ergpace = models.TimeField(null=True)
nowindpace = models.TimeField(null=True)
ergpace = models.FloatField(null=True)
nowindpace = models.FloatField(null=True)
equivergpower = models.FloatField(null=True)
fergpace = models.CharField(max_length=30)
fnowindpace = models.CharField(max_length=30)