Skip to content

Instantly share code, notes, and snippets.

@Borgquite
Created January 31, 2025 17:38
Show Gist options
  • Save Borgquite/8fc399bfa0a163d9f7809551d01ca031 to your computer and use it in GitHub Desktop.
Save Borgquite/8fc399bfa0a163d9f7809551d01ca031 to your computer and use it in GitHub Desktop.
(Get-Content "$env:ProgramFiles\Update Services\Database\VersionCheck.sql") -replace "(^DECLARE @scriptMinorVersion\s* int = \(51\)$)","DECLARE @scriptMinorVersion` ` ` ` ` int = (11)" | Set-Content "$env:ProgramFiles\Update Services\Database\VersionCheck.sql" -Encoding ASCII
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment