Commit Graph

2 Commits

Author SHA1 Message Date
overseer bbb0215c98 docs: update repo domain to cubecraftlabs.com
Rename code.cubecraftcreations.com -> code.cubecraftlabs.com in the
deployment guide and article links.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-29 21:10:15 +00:00
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