mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-24 19:07:44 +03:00
[PR #3678] [MERGED] Fix Org API Key generation on PosgreSQL #3289
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/3678
Author: @BlackDex
Created: 7/10/2023
Status: ✅ Merged
Merged: 7/10/2023
Merged by: @dani-garcia
Base:
main← Head:fix-org-api-creation-postgres📝 Commits (1)
a8e5384Fix Org API Key generation on PosgreSQL📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/db/models/organization.rs(+1 -1)📄 Description
Using PostgreSQL creating or rotating the Org API Key failed because of some query mismatch. This PR fixes that.
Fixes https://github.com/dani-garcia/vaultwarden/discussions/3671#discussioncomment-6400394
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.