Skip to content

Commit 6074042

Browse files
committed
Bumping version numbers etc for FRK
Edit ReleaseProcess.md to remove deprecated scripts Adds full install .sql files Bumps version numbers Fixes a case sensitivity issue in BlitzCache Fixes a non-existent DMV issue in sp_AllNightLog_Setup
1 parent 78a23dc commit 6074042

13 files changed

+51563
-24
lines changed

Documentation/Development/ReleaseProcess.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ Well, useful is probably the wrong word. More like entertaining. Here we go.
2626
* Run _TestBed.sql: this has stored proc calls with common parameters. May have to add in new scenarios if new features are added.
2727
* If it passes, bump all the version numbers inside the scripts.
2828
* sp_foreachdb (no version number yet)
29-
* sp_BlitzTrace (no version number yet)
30-
* sp-BlitzRS (no version number yet)
3129
* sp_BlitzWho @Version and @VersionDate
3230
* sp_BlitzIndex @Version and @VersionDate
3331
* sp_BlitzFirst @VersionDate (no version)
@@ -36,6 +34,8 @@ Well, useful is probably the wrong word. More like entertaining. Here we go.
3634
* sp_DatabaseRestore @Version and @VersionDate
3735
* sp_BlitzBackups @Version and @VersionDate
3836
* sp_BlitzQueryStore @Version and @VersionDate
37+
* sp_AllNightLog @Version and @VersionDate
38+
* sp_AllNightLog_Setup @Version and @VersionDate
3939

4040
## Push to Master
4141

0 commit comments

Comments
 (0)