-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Find a Way to Update Migrations as You Go
Description: Implement or integrate migration tool for database schema changes throughout development.
AC:
Backend: Research and choose migration tool (Alembic for Python/FastAPI)
Backend: Setup migration configuration files
Backend: Create initial migration from existing schema
Backend: Script to run migrations on deployment
Backend: Rollback capability for migrations
Backend: Migration version tracking in database
Documentation: How to create new migrations
Documentation: How to apply and rollback migrations
Tech notes:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Todo