mirror of
https://github.com/bitwarden/server.git
synced 2024-11-25 12:45:18 +01:00
vault/PM-14376
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;
|