correctly recognizes Empower version on new files
This commit is contained in:
@@ -1221,7 +1221,7 @@ class Workout(models.Model):
|
||||
name = models.CharField(max_length=150)
|
||||
date = models.DateField()
|
||||
workouttype = models.CharField(choices=workouttypes,max_length=50)
|
||||
workoutsource = models.CharField(choices=workoutsources,max_length=100,
|
||||
workoutsource = models.CharField(max_length=100,
|
||||
default='unknown')
|
||||
boattype = models.CharField(choices=boattypes,max_length=50,
|
||||
default='1x',
|
||||
|
||||
Reference in New Issue
Block a user