aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJPVenson <ger-delta-07@hotmail.de>2025-03-24 09:19:00 +0100
committerGitHub <noreply@github.com>2025-03-24 09:19:00 +0100
commit3c2d3ac18b6c4c29c340ea8bb3f1dcafe557904b (patch)
tree14ec79bce4a2d53c85a20371ebb73586c51ea377 /src
parentfeea5af2f3f138c731ae46ca92b67039f6ab96f6 (diff)
Update src/Jellyfin.Database/readme.md
Co-authored-by: Tim Eisele <Tim_Eisele@web.de>
Diffstat (limited to 'src')
-rw-r--r--src/Jellyfin.Database/readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Jellyfin.Database/readme.md b/src/Jellyfin.Database/readme.md
index dc1479897..d50636b77 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.