mirror of
https://github.com/bitwarden/server.git
synced 2026-02-12 03:43:33 +08:00
Files
66c5ccf82df0621a2d47950fd3978005b7d3bb14
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;
|