Skip to content

Commit

Permalink
Updated bundled installer
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlydba authored and github-actions[bot] committed Aug 19, 2022
1 parent c07412b commit 6bf4535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_dba-multitool.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4020,7 +4020,7 @@ BEGIN
AND ([c].[name] LIKE ''%date%'' OR [c].[name] LIKE ''%time%'')
AND [c].[name] NOT LIKE ''%UpdatedBy%''
AND [c].[name] NOT LIKE ''%days%''
AND ([c].name <> ''timestamp'' AND [ty].[name] NOT IN (''timestamp'', ''rowversion''))
AND ([c].[name] <> ''timestamp'' AND [ty].[name] NOT IN (''timestamp'', ''rowversion''))
AND [ty].[name] NOT IN (''datetime'', ''datetime2'', ''datetimeoffset'', ''date'', ''smalldatetime'', ''time'');'
FROM #Databases;
EXEC sp_executesql @CheckSQL, N'@CheckNumber TINYINT, @BaseURL VARCHAR(1000)', @CheckNumber = @CheckNumber, @BaseURL = @BaseURL;
Expand Down

0 comments on commit 6bf4535

Please sign in to comment.