Private
Public Access
1
0

adding oarlength and inboard

This commit is contained in:
Sander Roosendaal
2017-03-01 15:00:58 +01:00
parent 7f4d64450b
commit 9bf485f596
2 changed files with 18 additions and 4 deletions

View File

@@ -393,6 +393,12 @@ class Workout(models.Model):
maxhr = models.IntegerField(blank=True,null=True)
uploadedtostrava = models.IntegerField(default=0)
uploadedtosporttracks = models.IntegerField(default=0)
# empower stuff
inboard = models.FloatField(default=0.88)
oarlength = models.FloatField(default=2.89)
notes = models.CharField(blank=True,null=True,max_length=1000)
summary = models.TextField(blank=True)
privacy = models.CharField(default='visible',max_length=30,