jellyfin-archive / jellyfin-docs

Documentation for Jellyfin
https://jellyfin.org
Creative Commons Attribution Share Alike 4.0 International
143 stars 220 forks source link

Correct queries for unlocking user accounts #700

Closed silentTeee closed 2 years ago

silentTeee commented 2 years ago

The queries for editing the Permissions table were trying to match GUIDs against User IDs. This fixes the queries to correctly line up the Permissions table's Foreign Key UserId against the Users table's Id. It also makes the query style consistent as that bugged me a bit. :slightly_smiling_face: