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