Commit 1ca4a57
Fix upgrade script executing against master instead of PerformanceMonitor (#828)
01_widen_version_columns.sql (PR #722) was missing USE PerformanceMonitor and
SET options that every other upgrade script has. The installer connects to master,
so the script's OBJECT_ID check resolved against master, found nothing, skipped
both ALTERs, and reported success while leaving columns at nvarchar(255).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 6fa4d05 commit 1ca4a57
1 file changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
6 | 20 | | |
7 | 21 | | |
8 | 22 | | |
| |||
0 commit comments