aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Migrations/Routines/MigrateLibraryDb.cs
AgeCommit message (Expand)Author
2025-06-05Feature/version check in library migration (#14105)JPVenson
2025-06-03Add declarative backups for migrations (#14135)JPVenson
2025-05-05Only consider migrations that have key set for migration.xml migration (#14061)JPVenson
2025-04-27Unified migration handling (#13950)JPVenson
2025-04-07Fix the migration as the new constraint now uses Value as unique key (#13867)JPVenson
2025-04-03Cleanup extracted files (#13760)Tim Eisele
2025-03-30Library.db migration impovements (#13809)JPVenson
2025-03-29Fixes cleanup of wrong table in migration (#13796)JPVenson
2025-03-27Include UnratedType in LibraryDb migration query (#13783)theguymadmax
2025-03-27Add override for migration if old library still exists (#13779)JPVenson
2025-03-26Feature/backup on migration (#13754)JPVenson
2025-03-25Merge pull request #13589 from JPVenson/feature/DatabaseRefactorCody Robibero
2025-03-25Fixed namespacesJPVenson
2025-03-25WIP fixed namespacesJPVenson
2025-03-25Merge branch 'master' into feature/DatabaseRefactorJPVenson
2025-03-24Merge pull request #13616 from Lampan-git/fix_people_roleNiels van Velzen
2025-03-22Clear dictionaries when not needed, use set for finding existing base items (...Fernando Fernández
2025-03-14Preserve null sortOrder during migrationLampan-git
2025-03-10Include CleanName in LibraryDb migration querytheguymadmax
2025-03-08Include SortName in LibraryDb migration queryRoman Dordzheev
2025-02-19Merge remote-tracking branch 'jellyfinorigin/master' into feature/DatabaseRef...JPVenson
2025-02-13Change BaseItemEntity ChannelId to nullable GuidCody Robibero
2025-01-26Prepared Seperation of Database components for future multi provider supportJPVenson
2025-01-25Fix various typosluzpaz
2025-01-15Applied review commentsJPVenson
2024-11-23Updated usage of internal user IdJPVenson
2024-11-15Added migration filteringJPVenson
2024-11-15Fixed migration referencing non-existing ItemsJPVenson
2024-11-14Updated comments/TODOsJPVenson
2024-11-13Fix Deduplication and Save of ItemsJPVenson
2024-11-12Fixed invalid columns on MediaStreamsJPVenson
2024-11-12Fixed app paths not being expandedJPVenson
2024-11-12Fixed AncestorIdsJPVenson
2024-11-12Fixed dangling connections keept open on window migrationJPVenson
2024-11-11Fixed Duplicate returns on groupingJPVenson
2024-11-11Fixed Library DB lookupJPVenson
2024-11-11Fixed user IndexJPVenson
2024-11-11Fixed TopParent not beeing migratedJPVenson
2024-11-10Refixed timing for migrationJPVenson
2024-11-10Fixed migration timerJPVenson
2024-11-10Who thought it be a good idea to let indexes start 1 one please step forward!!!JPVenson
2024-11-10Improved LoggingJPVenson
2024-11-10Fixed order of column selectsJPVenson
2024-11-10Fixed GUID selector for typed based itemJPVenson
2024-10-28Change ChannelId and OwnerId to be expected stringsJPVenson
2024-10-28Fixed migration not loading guid for itemsJPVenson
2024-10-20i have too much time.JPVenson
2024-10-20Readded old library move in migrationJPVenson
2024-10-11Expanded People architecture and fixed migrationJPVenson
2024-10-10Applied review commentsJPVenson