mirror of
https://github.com/bitwarden/server.git
synced 2026-02-06 00:53:20 +08:00
Files
a3da5b2f0a0f0dfd7f636de3a2d56eb32c30ea13
Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
4 lines
160 B
MySQL
4 lines
160 B
MySQL
UPDATE Organization
|
|||
INNER JOIN OrganizationApiKey ON (Organization.Id = OrganizationApiKey.OrganizationId)
|
|||
SET Organization.ApiKey = OrganizationApiKey.ApiKey;
|