mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00:00
Simplify development environment setup (#1588)
This commit is contained in:
4
dev/migrate.ps1
Normal file
4
dev/migrate.ps1
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env pwsh
|
||||
# Creates the vault_dev database, and runs all the migrations.
|
||||
|
||||
docker-compose --profile mssql exec mssql bash /mnt/helpers/run_migrations.sh @args
|
||||
Reference in New Issue
Block a user