mirror of
https://github.com/bitwarden/server.git
synced 2026-02-14 04:43:33 +08:00
Files
5aa8f3db8104d8d3dfe308a4afef2fb255ffb30a
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;
|