Private
Public Access
1
0

workout list nk import working

This commit is contained in:
Sander Roosendaal
2021-04-01 09:40:01 +02:00
parent a96595d713
commit 5c6ed8ef16
4 changed files with 85 additions and 38 deletions

View File

@@ -1001,6 +1001,7 @@ class Rower(models.Model):
nktokenexpirydate = models.DateTimeField(blank=True,null=True)
nkrefreshtoken = models.TextField(default='',max_length=1000,
blank=True,null=True)
nk_owner_id = models.BigIntegerField(default=0)
trainingpeaks_auto_export = models.BooleanField(default=False)