igorbenav / SQLModel-boilerplate

An extendable async API using FastAPI, SQLModel, PostgreSQL and Redis.
MIT License
89 stars 6 forks source link

warning plus import for db migrations #1

Closed igorbenav closed 1 month ago

igorbenav commented 1 month ago

[!WARNING] To create the tables if you did not create the endpoints, ensure that you import the models in src/app/models/init.py. This step is crucial to create the new models.