3 lines
244 B
PowerShell
3 lines
244 B
PowerShell
write-host "updating Sqlite db"
|
|
dotnet ef database update --project PiwigoDirectorySync.csproj --startup-project PiwigoDirectorySync.csproj --context PiwigoDirectorySync.Persistence.PersistenceContext --configuration Debug -- DbProvider Sqlite
|