Private
Public Access
1
0

first changes

This commit is contained in:
2024-05-20 16:15:41 +02:00
parent 5ea84316ee
commit 11f9956b4b
2 changed files with 13 additions and 0 deletions

View File

@@ -3626,6 +3626,9 @@ class Workout(models.Model):
# empower stuff
inboard = models.FloatField(default=0.88)
oarlength = models.FloatField(default=2.89)
seatnumber = models.IntegerField(default=1)
boatname = models.CharField(default='', blank=True, null=True, max_length=150)
empowerside = models.CharField(default='starboard', blank=True, null=True, max_length=150)
notes = models.CharField(blank=True, null=True, max_length=1000)
summary = models.TextField(blank=True)