diff options
| author | Patrick Barron <barronpm@gmail.com> | 2021-06-18 17:07:30 -0400 |
|---|---|---|
| committer | Patrick Barron <barronpm@gmail.com> | 2021-06-18 17:07:30 -0400 |
| commit | 32645750474efeb13c3d32f7fed0dd5db328d6ac (patch) | |
| tree | a862a33663444c758683331e6b05e26038f56f14 /Jellyfin.Server/Migrations/MigrationRunner.cs | |
| parent | 3fd0b1a359241b8d5d4884424b72b5c1dc1caed0 (diff) | |
Add data migration
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 cf938ab8c..2710f94af 100644 --- a/Jellyfin.Server/Migrations/MigrationRunner.cs +++ b/Jellyfin.Server/Migrations/MigrationRunner.cs @@ -25,7 +25,8 @@ namespace Jellyfin.Server.Migrations typeof(Routines.ReaddDefaultPluginRepository), typeof(Routines.MigrateDisplayPreferencesDb), typeof(Routines.RemoveDownloadImagesInAdvance), - typeof(Routines.AddPeopleQueryIndex) + typeof(Routines.AddPeopleQueryIndex), + typeof(Routines.MigrateAuthenticationDb) }; /// <summary> |
