mirror of
https://github.com/bitwarden/server.git
synced 2026-02-05 16:43:14 +08:00
Files
6dc26f4be6b220d0741559cd2dd9da78f7aebfef
Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
4 lines
141 B
MySQL
4 lines
141 B
MySQL
INSERT INTO OrganizationApiKey(Id, OrganizationId, Type, ApiKey, RevisionDate)
|
|||
SELECT UUID(), Id, 0, ApiKey, RevisionDate
|
|||
FROM Organization;
|