aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations/Migrations
AgeCommit message (Collapse)Author
2021-04-07make custompref value nullablecvium
2020-12-04Add ItemId to all display preferencescrobibero
2020-12-03Add support for custom item display preferencescrobibero
2020-10-05Add default value of 0Joshua M. Boniface
2020-10-05Make MaxActiveSessions not nullableJoshua M. Boniface
Fixes a bad assumption with the previous migration.
2020-10-04Rename migrations to match othersJoshua M. Boniface
2020-10-04Add pragma warning disabled to migrationsJoshua M. Boniface
2020-10-04Add DB migration for new MaxActiveSessions fieldJoshua M. Boniface
2020-09-05Generate migration for display preferences fix.Patrick Barron
2020-07-27Recreate display preferences migration.Patrick Barron
2020-07-17Add pragmas to DisplayPreferences migration filesPatrick Barron
2020-07-17Add missing fieldsPatrick Barron
2020-07-17Migrate Display Preferences to EF CorePatrick Barron
2020-06-13Actually fix profile imagesPatrick Barron
2020-06-13Fix build issuesPatrick Barron
2020-06-13Regenerate migrationsPatrick Barron
2020-05-30Remove unused portions of the user schemaPatrick Barron
2020-05-29Ignore documentation warnings in new migration filesPatrick Barron
2020-05-29Update schema and migration to allow LastLoginDate and LastActivityDate to ↵Patrick Barron
be null
2020-05-26Update migrations and fix a few bugsPatrick Barron
2020-05-20Migrate User DB to EF CorePatrick Barron
2020-05-15Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs # Emby.Server.Implementations/ApplicationHost.cs # Emby.Server.Implementations/Devices/DeviceManager.cs # Jellyfin.Server/Jellyfin.Server.csproj # Jellyfin.Server/Migrations/MigrationRunner.cs # MediaBrowser.Controller/Devices/IDeviceManager.cs
2020-05-15Apply more review suggestionsPatrick Barron
2020-05-14Address review commentsPatrick Barron
2020-05-04Add the user data to the schemaPatrick Barron
2020-05-02Update code to only add implemented parts of the schemaPatrick Barron
2020-05-02Migrate activity db to EF CorePatrick Barron