1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-23 03:01:23 +01:00
bitwarden-server/scripts/update-db.ps1

9 lines
217 B
PowerShell
Raw Normal View History

2017-08-19 16:05:32 +02:00
param (
2017-08-21 14:49:44 +02:00
[string]$outputDir = "../."
2017-08-19 16:05:32 +02:00
)
docker run -it --rm --name setup --network container:mssql -v ${outputDir}:/bitwarden bitwarden/setup `
dotnet Setup.dll -update 1 -db 1
echo "Database update complete"