Skip to content

fix: remove ghost memories.last_used_at drop from migration 0012#104

Merged
matthiastjong merged 1 commit into
mainfrom
hotfix/fix-migration-0012-v2
Jun 9, 2026
Merged

fix: remove ghost memories.last_used_at drop from migration 0012#104
matthiastjong merged 1 commit into
mainfrom
hotfix/fix-migration-0012-v2

Conversation

@matthiastjong

Copy link
Copy Markdown
Owner

Summary

  • Migration 0012 tries to DROP COLUMN "last_used_at" from memories table, but that column never existed in production
  • Snapshot ghost from db:generate collision
  • Now migration 0012 only contains: ALTER TABLE "targets" ADD COLUMN "email" varchar(255);

Urgency

Hotfix — production deployment is blocked.

🤖 Generated with Claude Code

Column never existed on memories table in production.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@matthiastjong matthiastjong merged commit 41a8560 into main Jun 9, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant