mirror of
https://github.com/bitwarden/server.git
synced 2026-02-13 20:33:20 +08:00
Files
b0ea2a25f0e1ddea87dc12edebec06fec4c0d9f7
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;
|