minime/schema/migrate/M0002-idz-drop-profile-ext-id.sql
Tau c2b0bcabc4 idz: Remove profile ext id
Turns out (while researching team creation) the profile ext id
is just the aime id. After creating a team a profile discovery
request is immediately issued with the "profile id" in the field
that holds the aime id during initial profile load.
2019-11-06 17:28:30 -05:00

4 lines
86 B
SQL

alter table "idz"."profile" drop column "ext_id";
update "meta" set "schemaver" = 1;