remove create_all
Browse files- App/app.py +1 -1
App/app.py
CHANGED
@@ -54,7 +54,7 @@ def authjwt_exception_handler(request: Request, exc: AuthJWTException):
|
|
54 |
async def startup_event():
|
55 |
# await bot.start(bot_token="6183919505:AAEhHFt4mI18bQeAf2Lj7AePXFRPVLrOFM8")
|
56 |
# await upload_bot.start()
|
57 |
-
await models.create_all()
|
58 |
|
59 |
# await create_async_model(models)
|
60 |
if not database.is_connected:
|
|
|
54 |
async def startup_event():
|
55 |
# await bot.start(bot_token="6183919505:AAEhHFt4mI18bQeAf2Lj7AePXFRPVLrOFM8")
|
56 |
# await upload_bot.start()
|
57 |
+
# await models.create_all()
|
58 |
|
59 |
# await create_async_model(models)
|
60 |
if not database.is_connected:
|