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.