mirror of
https://github.com/bitwarden/server.git
synced 2026-02-18 06:43:28 +08:00
Files
d80bbc803d09c8dc9b85f7c8fb0df9e611dbfb5f
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;
|