Skip to content

Contributing to Alembic Migrations

This document provides guidelines for contributing to the Alembic migrations in the backend.

  • Use descriptive names for migration scripts.
  • Test migrations before submitting pull requests.
  • Document any manual steps required for migration.

Note: Please update this file as new migration practices are adopted.