sqlwatch
sqlwatch copied to clipboard
sqlwatch_app_version is reporting wrong version
Describe the bug SELECT [install_sequence] ,[install_date] ,[sqlwatch_version] FROM [dbo].[sqlwatch_app_version]
This query ist reporting version 4.2.xxxxx
To Reproduce Query the sql above
Expected behavior version 4.3.xxxx from the latest zip.
Windows Server (please complete the following information):
- OS Version: Windows Server 2019
SQL Server (please complete the following information):
- SQL Version: SQL Server 2019
- SQL Edition: [e.g. Enterprise]
SQLWATCH version (from DACPAC or from sysinstances)
- 4.3
Additional context Installed and updated via dbatools
In predeploy.sql (part of SQLWATCH.dacpac) the variable DacVersion is set to "4.2.0.28234"