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