fix: unblock auth identity compat backfill migration

This commit is contained in:
IanShaw027
2026-04-21 15:56:30 +08:00
parent 49258dd3f6
commit c624cce88e
4 changed files with 91 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
ALTER TABLE auth_identity_migration_reports
ALTER COLUMN report_type TYPE VARCHAR(80);
INSERT INTO auth_identities (
user_id,
provider_type,