nessi 8e5a2426e7 Enhance schema migration with new column checks and backfills
This commit updates the schema migration logic to include checks for the existence of columns in a database-agnostic manner, supporting both SQLite and Postgres. It introduces new columns, ensures proper synchronization between old and new column names, adds unique indexes, and backfills missing data. This improves database compatibility and ensures data consistency for evolving schemas.
2026-02-06 11:37:50 +01:00
2026-02-03 08:22:21 +01:00
2026-02-03 08:22:21 +01:00
2026-02-03 07:08:49 +00:00
Description
No description provided
Readme 5.4 MiB
Languages
JavaScript 73.6%
Python 22.5%
HTML 3.6%
Dockerfile 0.3%