diff options
| author | Shadowghost <Ghost_of_Stone@web.de> | 2022-11-28 13:06:55 +0100 |
|---|---|---|
| committer | Shadowghost <Ghost_of_Stone@web.de> | 2023-02-20 11:53:20 +0100 |
| commit | a6cfe75d6e422eb1343a1f4bc2410fabb425266b (patch) | |
| tree | f8910f99f77e975e8c6a4154bd9be25cda60eadc /Jellyfin.Server/Migrations/MigrationRunner.cs | |
| parent | c8d80450e09c2a0c475e71c8f1d312b3a8ccff26 (diff) | |
Add database migration for rating schema change
Diffstat (limited to 'Jellyfin.Server/Migrations/MigrationRunner.cs')
| -rw-r--r-- | Jellyfin.Server/Migrations/MigrationRunner.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Jellyfin.Server/Migrations/MigrationRunner.cs b/Jellyfin.Server/Migrations/MigrationRunner.cs index 8a6ab7932..2b15a6a1b 100644 --- a/Jellyfin.Server/Migrations/MigrationRunner.cs +++ b/Jellyfin.Server/Migrations/MigrationRunner.cs @@ -39,7 +39,8 @@ namespace Jellyfin.Server.Migrations typeof(Routines.ReaddDefaultPluginRepository), typeof(Routines.MigrateDisplayPreferencesDb), typeof(Routines.RemoveDownloadImagesInAdvance), - typeof(Routines.MigrateAuthenticationDb) + typeof(Routines.MigrateAuthenticationDb), + typeof(Routines.MigrateRatingLevels) }; /// <summary> |
