mirror of
https://github.com/bitwarden/server.git
synced 2026-02-09 18:33:11 +08:00
Files
ef32e807258cd1aa150f78c0ae3486f53dc2c00a
Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
5 lines
142 B
Plaintext
5 lines
142 B
Plaintext
UPDATE "Organization" AS o
|
|||
SET "ApiKey" = oa."ApiKey"
|
|||
FROM "OrganizationApiKey" AS oa
|
|||
WHERE oa."OrganizationId" = o."Id" AND oa."Type" = 0;
|