-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix same tag created by different users not filterable in videos table
If another user adds an existing tag to a video, a new tag will be stored in the database since a tag references to the creator. Thus the video filter won't work because two tags of the same tag will be found with different ids.
- Loading branch information
Dennis Benz
committed
Dec 4, 2023
1 parent
88eb405
commit 09408ef
Showing
1 changed file
with
15 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters