From 3c2d3ac18b6c4c29c340ea8bb3f1dcafe557904b Mon Sep 17 00:00:00 2001 From: JPVenson Date: Mon, 24 Mar 2025 09:19:00 +0100 Subject: [PATCH] Update src/Jellyfin.Database/readme.md Co-authored-by: Tim Eisele --- src/Jellyfin.Database/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jellyfin.Database/readme.md b/src/Jellyfin.Database/readme.md index dc1479897d..d50636b779 100644 --- a/src/Jellyfin.Database/readme.md +++ b/src/Jellyfin.Database/readme.md @@ -2,7 +2,7 @@ This shall provide context on how to work with entity frameworks multi provider migration feature. -Jellyfin will in the future support multiple database providers, namely SqLite as its default and the experimental postgresSQL. +Jellyfin will support multiple database providers in the future, namely SqLite as its default and the experimental postgresSQL. Each provider has its own set of migrations, as they contain provider specific instructions to migrate the specific changes to their respective systems.