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