aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations/Migrations
AgeCommit message (Collapse)Author
2022-10-28Backport pull request #8608 from jellyfin/release-10.8.zcvium
Add index for DateCreated on ActivityLogs Original-merge: 39b29eb9f1250a025f6a78b451c1a79df39ed5e9 Merged-by: Claus Vium <cvium@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2021-08-13Fix devices migrationPatrick Barron
2021-08-13Add IAuditableEntityPatrick Barron
2021-06-18Recreate devices migration with missing fieldsPatrick Barron
2021-05-20Migrate authentication db to EF CorePatrick Barron
2021-05-04Merge pull request #5623 from barronpm/ef-cleanup2Bill Thornton
EF Core Cleanup 2
2021-04-07make custompref value nullablecvium
2021-03-25Add migrationPatrick Barron
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