Skip to content

QC-046 Remove Migration Code

Description

QualCoder v2 is a fresh rewrite. Migration infrastructure for upgrading v1 databases is premature and adds unnecessary complexity. The migrations folder (src/shared/infra/migrations/) was deleted. When v2 is complete and users need upgrade paths from v1, migration code should be added based on actual requirements.

Acceptance Criteria

  • [ ] #1 Delete src/shared/infra/migrations/ folder
  • [ ] #2 Verify no code references migrations module