Private
Public Access
1
0
This commit is contained in:
2024-12-31 15:00:40 +01:00
parent 108fafc127
commit 700f982730
3 changed files with 2 additions and 2 deletions

View File

@@ -1216,7 +1216,7 @@ class Rower(models.Model):
polartokenexpirydate = models.DateTimeField(blank=True, null=True)
polarrefreshtoken = models.CharField(default='', max_length=1000,
blank=True, null=True)
polaruserid = models.IntegerField(default=0)
polaruserid = models.IntegerField(default=0, blank=True, null=True)
polar_auto_import = models.BooleanField(default=False)
garmintoken = models.CharField(

Binary file not shown.