Remove comment, generate_schema can run always

This commit is contained in:
2025-01-22 18:15:45 +02:00
parent 88f044c64e
commit e258f83442
-2
View File
@@ -28,6 +28,4 @@ async def init_db():
async def migrate_db(): async def migrate_db():
await init_db() await init_db()
# Generate the schema
await Tortoise.generate_schemas(safe=True) await Tortoise.generate_schemas(safe=True)