Skip to content

Commit

Permalink
add new script variables (do Get-DbaEstimatedCompletionTime)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasjordan committed Oct 20, 2024
1 parent a79aa3f commit 1e8f1f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/constants.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ if (Test-Path "$PSScriptRoot\constants.local.ps1") {
$script:azureblobaccount = "dbatools"
$script:azureserver = 'psdbatools.database.windows.net'
$script:azuresqldblogin = "[email protected]"
$script:bigDatabaseBackup = 'C:\github\StackOverflowMini.bak'
$script:bigDatabaseBackupSourceUrl = 'https://github.com/BrentOzarULTD/Stack-Overflow-Database/releases/download/20230114/StackOverflowMini.bak'
}

if ($env:appveyor) {
Expand Down

0 comments on commit 1e8f1f5

Please sign in to comment.