db connection and oss file count

This commit is contained in:
Marko Ferme
2022-10-19 00:01:34 +02:00
parent 8ffa85cd76
commit aefb4800c8
5 changed files with 112 additions and 52 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ class Job(BaseModel):
input_file = TextField(index=True, null=True)
# db.drop_tables([Job]) # TODO: After pushing this, comment it and push again
db.drop_tables([Job]) # TODO: After pushing this, comment it and push again
db.create_tables([Job])