Files
life-echo/api/alembic
penghanyuan 6b1d63524e refactor(migration): backfill all missing columns in ORM models
This migration updates the database schema by automatically adding all missing columns from the ORM models to the existing tables. It replaces the previous specific addition of 'tts_audio_urls' with a more comprehensive approach that inspects the ORM metadata and synchronizes it with the database schema. The downgrade function has been simplified to a no-op.
2026-05-17 22:06:12 +02:00
..

Generic single-database configuration.