multica/server
Jiayuan fa6b5b5ba3 fix(db): make inbox_actor migration idempotent
The renumbered 012_inbox_actor migration fails on databases where the
old 009_inbox_actor was already applied, since actor_type and actor_id
columns already exist. Use IF NOT EXISTS to handle both cases.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-26 17:17:23 +08:00
..
cmd fix(auth): improve CLI login callback page to match frontend design 2026-03-26 15:44:01 +08:00
internal fix(auth): reduce verification code rate limit from 60s to 10s 2026-03-26 15:44:05 +08:00
migrations fix(db): make inbox_actor migration idempotent 2026-03-26 17:17:23 +08:00
pkg feat(auth): email verification login and personal access tokens 2026-03-26 14:32:30 +08:00
go.mod feat(auth): email verification login and personal access tokens 2026-03-26 14:32:30 +08:00
go.sum feat(auth): email verification login and personal access tokens 2026-03-26 14:32:30 +08:00
sqlc.yaml feat: pivot to AI-native task management platform (#232) 2026-03-20 17:55:49 +08:00