mirror of
https://github.com/bitwarden/server.git
synced 2026-02-14 21:03:51 +08:00
Files
4e7b9d2edd0d1a70df5cc6a1b634f4f7a30af4e9
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;
|