mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-31 22:26:22 -05:00
Avoid using the generic renameColumn helper for this migration on MySQL because it renames columns as BIGINT. Handle the teams oidc_id -> external_id rename with a MySQL-specific CHANGE statement that keeps VARCHAR(250) and remains idempotent.