Skip imported facts, more 4matting
This commit is contained in:
@ -88,7 +88,7 @@ class HamsterActivityKimaiMapping(Model):
|
||||
|
||||
|
||||
class HamsterFactKimaiImport(Model):
|
||||
hamster_fact = ForeignKeyField(HamsterFact, backref="mappings")
|
||||
hamster_fact = ForeignKeyField(HamsterFact, backref="imports")
|
||||
kimai_id = SmallIntegerField()
|
||||
imported = DateTimeField(default=datetime.now)
|
||||
|
||||
|
Reference in New Issue
Block a user