File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- version : 1.2 .{build}
1+ version : 1.3 .{build}
22
33pull_requests :
44 do_not_increment_build_number : false
Original file line number Diff line number Diff line change 9696 ,@SQLString NVARCHAR(MAX) = N' '
9797 ,@Msg NVARCHAR(MAX) = N' '
9898 ,@ParmDefinition NVARCHAR(500 )
99- ,@LastUpdated NVARCHAR(20 ) = ' 2020-06-29 ' ;
99+ ,@LastUpdated NVARCHAR(20 ) = ' 2020-09-18 ' ;
100100
101101 /* Find Version */
102102 IF (@SqlMajorVersion = 0 )
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ BEGIN
164164 ,@HasPersistedSamplePercent BIT = 0
165165 ,@CheckNumber TINYINT = 0
166166 ,@EngineEdition TINYINT
167- ,@LastUpdated NVARCHAR(20 ) = ' 2020-08-04 '
167+ ,@LastUpdated NVARCHAR(20 ) = ' 2020-09-18 '
168168 ,@CheckSQL NVARCHAR(MAX) = N' '
169169 ,@Msg NVARCHAR(MAX) = N' '
170170 ,@DbName SYSNAME = N' '
You can’t perform that action at this time.
0 commit comments