DATABASE_MIGRATION
Implement database migration. If the SQL models are changed we need a way of moving existing models/data to new models. FastAPI docs suggest using Alembic.
Implement database migration. If the SQL models are changed we need a way of moving existing models/data to new models. FastAPI docs suggest using Alembic.