You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with tortoise 0.22, the documentation examples do not work correctly: tables are not created in the sqlite database.
Tested with Sanic and FastAPI examples.
Error: tortoise.exceptions.OperationalError: no such table: users.
After manually creating the table, the code works correctly.
Tested on tortoise ORM versions 0.24, 0.23, 0.22, 0.21.
The text was updated successfully, but these errors were encountered:
Starting with tortoise 0.22, the documentation examples do not work correctly: tables are not created in the sqlite database.
Tested with Sanic and FastAPI examples.
Error: tortoise.exceptions.OperationalError: no such table: users.
After manually creating the table, the code works correctly.
Tested on tortoise ORM versions 0.24, 0.23, 0.22, 0.21.
The text was updated successfully, but these errors were encountered: