mirror of
https://github.com/bitwarden/server.git
synced 2026-02-09 18:33:11 +08:00
Files
19fb7e583e76fb769d2c4c5a5f2f1faee5ffbebd
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;
|