fix updating of app status

This commit is contained in:
LeonOstrez
2023-10-01 02:46:45 +01:00
parent 0cec2a45bf
commit 4713a68040
6 changed files with 31 additions and 53 deletions

View File

@@ -8,4 +8,4 @@ class App(BaseModel):
user = ForeignKeyField(User, backref='apps')
app_type = CharField(null=True)
name = CharField(null=True)
status = CharField(default='started')
status = CharField(null=True)