use guid instead

This commit is contained in:
JPVenson 2025-07-30 20:10:26 +00:00
parent a1eb04dc0b
commit ef733c5ace

View File

@ -59,7 +59,7 @@ internal class ReseedFolderFlag : IAsyncMigrationRoutine
using var connection = new SqliteConnection($"Filename={libraryDbPath};Mode=ReadOnly");
var queryResult = connection.Query(
"""
SELECT key FROM TypedBaseItems
SELECT guid FROM TypedBaseItems
WHERE IsFolder = true
""");