index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Jellyfin.Server
/
Migrations
/
MigrationRunner.cs
Age
Commit message (
Expand
)
Author
2023-01-14
Remove AddPeopleQueryIndex migration
Bond_009
2021-12-14
Fix crash on missing server config file
Joe Rogers
2021-12-14
Update Jellyfin.Server/Migrations/MigrationRunner.cs
Stoica Tedy
2021-12-14
Fixed crash in MigrationRunner
Stoica Tedy
2021-11-27
Update Jellyfin.Server/Migrations/MigrationRunner.cs
Claus Vium
2021-11-24
Migrate network configuration safely
cvium
2021-08-13
Merge branch 'master' into authenticationdb-efcore
Patrick Barron
2021-08-04
Minor improvements
Bond_009
2021-06-18
Add data migration
Patrick Barron
2021-04-12
Fix random failing of tests
Bond_009
2020-12-04
Suggestions from code review
crobibero
2020-11-10
Remove setting from existing libraries with a migration
Fernando Fernández
2020-07-23
Merge branch 'master' into displaypreferences-efcore
Patrick Barron
2020-07-21
Try adding plugin repository again
crobibero
2020-07-20
Allow migration to optionally run on fresh install
crobibero
2020-07-17
Migrate Display Preferences to EF Core
Patrick Barron
2020-06-17
add missing comma in array
dkanada
2020-06-17
Merge branch 'master' into custom-repos
dkanada
2020-06-05
Move default repo addition to migration
crobibero
2020-05-15
Merge branch 'master' into userdb-efcore
Patrick Barron
2020-05-15
Merge remote-tracking branch 'upstream/master' into no-more-doppelgangers
Mark Monteiro
2020-05-15
Fixed compilation, added backing db before removing extras
Vasily
2020-05-15
Implement a cleanup migration
Vasily
2020-05-13
2nd half of changes
Patrick Barron
2020-05-12
Fix build errors
Patrick Barron
2020-05-12
Merge branch 'master' into activitydb-efcore
Patrick Barron
2020-05-02
Migrate activity db to EF Core
Patrick Barron
2020-04-16
Use dependency injection to construct migration routines
Mark Monteiro
2020-03-08
Store migration names alongside Ids in configuration in order to assist with ...
Mark Monteiro
2020-03-08
Use a Guid to uniquely identify migrations instead of a string name
Mark Monteiro
2020-03-08
Clean up migration logging messages
Mark Monteiro
2020-03-08
Throw exception on migration failure to halt application
Mark Monteiro
2020-03-07
Merge branch 'master' into logging-migration
Joshua M. Boniface
2020-03-07
Documentation and log message cleanup
Mark Monteiro
2020-03-07
do not ignore exceptions during migration execution
Mark Monteiro
2020-03-06
Rename IUpdater to IMigrationRoutine
Mark Monteiro
2020-03-06
Add migration to create "logging.user.json"
Mark Monteiro
2020-03-06
Implement review suggestion
Vasily
2020-03-06
Disable logging.json migration as it is not ready yet
Vasily
2020-03-06
More logging, mark all migrations as applied if setup wizard is not complete
Vasily
2020-03-05
Moved migration routines to their own directory
Vasily
2020-03-05
Extract "migrations" config name to a proper constant
Vasily
2020-03-05
Improve migration logic
Vasily
2020-03-05
Shuffle migrations in a more manageable structure
Vasily