mirror of
https://github.com/bitwarden/server.git
synced 2026-02-11 03:13:16 +08:00
Files
58d2a7ddaaa6d9e78b0ebca5cdfeb8a4ab3f6121
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;
|