mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[fix] typo
This commit is contained in:
parent
344401d130
commit
8597ba0069
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Repo(peewee.Model):
|
|||
('other_than_working', 'Other than working'),
|
||||
), default="other_than_working")
|
||||
|
||||
random_job_day = peewee.IntegerFieldIntegerField(null=True)
|
||||
random_job_day = peewee.IntegerField(null=True)
|
||||
|
||||
class Meta:
|
||||
database = db
|
||||
|
|
Loading…
Add table
Reference in a new issue