Files
CTXD/app/src/ctxd
overseer fe63ad350e fix: reset SERIAL sequences after SQLite migration to prevent UniqueViolation
Migration script now resets SERIAL sequences (audit_log, context_files, etc.)
to max(existing_id) after copying rows. Without this, the sequence is still at
its post-schema-creation value and every INSERT hits a duplicate key error.
2026-06-25 10:50:35 +00:00
..
2026-06-23 23:54:37 +00:00
2026-06-23 23:54:37 +00:00
2026-06-23 23:54:37 +00:00