drop old platform ID column

This commit is contained in:
Devin Zuczek
2026-08-03 22:36:27 -04:00
parent 821bf54b9b
commit d298977790
4 changed files with 49 additions and 12 deletions
+4 -1
View File
@@ -98,7 +98,10 @@ cached login.
The account blob keeps `platform`/`platformId` as the account's **primary** identity
(the first one linked). It feeds the account DTO and a refreshed token's claims, and
nothing authorizes off it.
nothing authorizes off it. It is no longer indexed: migration 0008 drops the
`account.platform_id` generated column that 0004 added, since leaving a queryable copy
of one identity per account invites exactly the picker/grant disagreement above. Look
identities up in `platform_account`.
## Signup caps