Skip to content

v0.1.1 – Safe DB schema migration

Pre-release
Pre-release

Choose a tag to compare

@AdaInTheLab AdaInTheLab released this 29 Dec 13:43
· 98 commits to main since this release
64c337f

This release hardens the database layer to evolve safely without data loss.

Added

  • Idempotent schema migration for lab_notes
  • Lightweight schema version tracking via schema_meta
  • Startup logging when schema changes are applied

Changed

  • Centralized database migration logic into a dedicated module
  • Made database bootstrap resilient to existing and older schemas

Notes

  • No API behavior changes
  • Safe to deploy over existing databases