mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[PR #6996] [MERGED] fix get groups by member id postgres #21996
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/open-webui/open-webui/pull/6996
Author: @Peter-De-Ath
Created: 11/17/2024
Status: ✅ Merged
Merged: 11/17/2024
Merged by: @tjbck
Base:
dev← Head:fix_get_groups_by_member_id-postgres-sqlite📝 Commits (1)
80e2d4dfix: user ID filtering in GroupTable query📊 Changes
1 file changed (+3 additions, -2 deletions)
View changed files
📝
backend/open_webui/apps/webui/models/groups.py(+3 -2)📄 Description
Description
calling get_groups_by_member_id() using postgres
This was the error produced
Fixed
tested with sqlite and postgres
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.