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