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