removed last timefields from strokedata model
This commit is contained in:
@@ -187,8 +187,8 @@ class StrokeData(models.Model):
|
|||||||
hr_max = models.IntegerField(null=True)
|
hr_max = models.IntegerField(null=True)
|
||||||
hr_bottom = models.IntegerField(null=True)
|
hr_bottom = models.IntegerField(null=True)
|
||||||
x_right = models.FloatField(null=True)
|
x_right = models.FloatField(null=True)
|
||||||
ergpace = models.TimeField(null=True)
|
ergpace = models.FloatField(null=True)
|
||||||
nowindpace = models.TimeField(null=True)
|
nowindpace = models.FloatField(null=True)
|
||||||
equivergpower = models.FloatField(null=True)
|
equivergpower = models.FloatField(null=True)
|
||||||
fergpace = models.CharField(max_length=30)
|
fergpace = models.CharField(max_length=30)
|
||||||
fnowindpace = models.CharField(max_length=30)
|
fnowindpace = models.CharField(max_length=30)
|
||||||
|
|||||||
Reference in New Issue
Block a user