fix: GetImpersonationToken external_id handling
This commit is contained in:
parent
afb1db17bd
commit
8bd515c33f
7 changed files with 70 additions and 52 deletions
|
|
@ -112,7 +112,7 @@ CREATE TABLE external_services (
|
|||
|
||||
CREATE TABLE external_ids (
|
||||
user_id bigint NOT NULL REFERENCES users (id),
|
||||
service_id bigint REFERENCES external_services (id),
|
||||
service_id bigint NOT NULL REFERENCES external_services (id),
|
||||
external_id text NOT NULL
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue