aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Migrations/Routines/DisableTranscodingThrottling.cs
AgeCommit message (Collapse)Author
2020-07-27Merge pull request #3616 from crobibero/migration-new-installdkanada
Allow migration to optionally run on fresh install (cherry picked from commit 107cf21f26174cc97ee5bb213aa8ad7eb72d6338) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-06-05Use typed logger where possiblecrobibero
2020-04-16Use dependency injection to construct migration routinesMark Monteiro
2020-03-24Remove unused usingsBond_009
2020-03-08Use a Guid to uniquely identify migrations instead of a string nameMark Monteiro
Also use a list instead of an array to store executed migrations in the configuration class
2020-03-07Merge branch 'master' into logging-migrationJoshua M. Boniface
2020-03-07Documentation and log message cleanupMark Monteiro
2020-03-06Rename IUpdater to IMigrationRoutineMark Monteiro
2020-03-05Moved migration routines to their own directoryVasily