Skip to content

Releases: AdaInTheLab/lab-api

v0.1.1 – Safe DB schema migration

29 Dec 13:43
64c337f

Choose a tag to compare

Pre-release

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