mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-02-23 15:49:50 +01:00
fix updating of app status
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user