mirror of
https://github.com/bitwarden/server.git
synced 2024-12-01 13:43:23 +01:00
6cb236ebcb
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;
|