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