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.
This commit is contained in:
Tau
2019-05-26 20:05:01 -04:00
parent 7c96253160
commit c2b0bcabc4
70 changed files with 238 additions and 341 deletions

View File

@@ -1,2 +1,2 @@
create table "meta" ("schemaver" integer not null);
insert into "meta" values (1);
insert into "meta" values (2);