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