mirror of
https://github.com/bitwarden/server.git
synced 2025-01-23 22:01:28 +01:00
18926765d3
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;
|