aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShadowghost <Ghost_of_Stone@web.de>2026-01-18 17:28:33 +0100
committerShadowghost <Ghost_of_Stone@web.de>2026-01-18 19:48:46 +0100
commit99440f84320307ffa848098492ed4ac4a7c83e38 (patch)
treea81522c882b8294bbccdffeef4df3f7c79c2a818 /src
parent2086ac7dd2f64f286ea3c88a53cc0860f28454f8 (diff)
Fix EFcore readme
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 d320b4d5e8..038ecfb6d3 100644
--- a/src/Jellyfin.Database/readme.md
+++ b/src/Jellyfin.Database/readme.md
@@ -17,7 +17,7 @@ with SQLite currently being the only supported provider, you need to run the Ent
The example is made from the root folder of the project e.g for codespaces `/workspaces/jellyfin`
```cmd
-dotnet ef migrations add {MIGRATION_NAME} --project "src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite" -- --migration-provider Jellyfin-SQLite
+dotnet ef migrations add {MIGRATION_NAME} --project "src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite" --output-dir Migrations -- --migration-provider Jellyfin-SQLite
```
If you get the error: `Run "dotnet tool restore" to make the "dotnet-ef" command available.` Run `dotnet restore`.