Correct drift between ENT and OSS (#15966)

This commit is contained in:
Josh Black
2022-06-14 17:53:19 -07:00
committed by GitHub
parent c47e659b49
commit 073527549b
6 changed files with 6 additions and 6 deletions

View File

@@ -427,5 +427,5 @@ SET @stmt = 'IF EXISTS (SELECT name FROM [master].[sys].[server_principals] WHER
EXEC (@stmt)`
const alterLoginSQL = `
ALTER LOGIN [{{username}}] WITH PASSWORD = '{{password}}'
ALTER LOGIN [{{username}}] WITH PASSWORD = '{{password}}'
`