save
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
# SQL Server Connection Info
|
||||
$ServerName = "172.20.235.176"
|
||||
$Username = "sa"
|
||||
$Password = "robotics@2020"
|
||||
$SqlScriptPath = ".\setup.sql"
|
||||
$Password = "robotics@2022"
|
||||
$SqlScriptPath = Join-Path $PSScriptRoot "setup.sql"
|
||||
|
||||
Write-Host "========================================" -ForegroundColor Cyan
|
||||
Write-Host "AccManager Database Setup" -ForegroundColor Cyan
|
||||
|
||||
Reference in New Issue
Block a user