mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-03 23:36:38 +01:00
Fix EFcore readme
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user