aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations/Migrations
AgeCommit message (Collapse)Author
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