Skip to content

Commit 6bf4535

Browse files
lowlydbagithub-actions[bot]
authored andcommitted
Updated bundled installer
1 parent c07412b commit 6bf4535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_dba-multitool.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4020,7 +4020,7 @@ BEGIN
40204020
AND ([c].[name] LIKE ''%date%'' OR [c].[name] LIKE ''%time%'')
40214021
AND [c].[name] NOT LIKE ''%UpdatedBy%''
40224022
AND [c].[name] NOT LIKE ''%days%''
4023-
AND ([c].name <> ''timestamp'' AND [ty].[name] NOT IN (''timestamp'', ''rowversion''))
4023+
AND ([c].[name] <> ''timestamp'' AND [ty].[name] NOT IN (''timestamp'', ''rowversion''))
40244024
AND [ty].[name] NOT IN (''datetime'', ''datetime2'', ''datetimeoffset'', ''date'', ''smalldatetime'', ''time'');'
40254025
FROM #Databases;
40264026
EXEC sp_executesql @CheckSQL, N'@CheckNumber TINYINT, @BaseURL VARCHAR(1000)', @CheckNumber = @CheckNumber, @BaseURL = @BaseURL;

0 commit comments

Comments
 (0)