Skip to content

Fix: correct down_revision in medicine type enum migration

Praneeth Ashish requested to merge fix/medicine-enum-migration-revision into develop

Fix: Correct down_revision in Medicine Type Enum Migration

Summary

This MR fixes an incorrect down_revision reference in the add_ointment_powder_to_medicine_type_enum Alembic migration to restore a valid migration chain.

Closes #64 (closed)

Changes

Testing

  • Ran alembic upgrade head — migrations apply cleanly
  • Ran alembic downgrade -1 — rollback works as expected
  • Migration chain verified with alembic history

Type of Change

  • Bug fix
Edited by Praneeth Ashish

Merge request reports

Loading