Skip to content

Commit a1c6e70

Browse files
authored
[ODS-6472] Northridge SQL Server 7.3 Migration (#1193)
1 parent 7de14b8 commit a1c6e70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DatabaseTemplate/Scripts/Northridge.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# See the LICENSE and NOTICES files in the project root for more information.
55

66
$params = @{
7-
sourceUrl = "https://odsassets.blob.core.windows.net/public/Northridge/EdFi_Ods_Northridge_v72_20240904.7z"
8-
fileName = "EdFi_Ods_Northridge_v72_20240904.7z"
7+
sourceUrl = "https://odsassets.blob.core.windows.net/public/Northridge/EdFi_Ods_Northridge_v73_20241218.7z"
8+
fileName = "EdFi_Ods_Northridge_v73_20241218.7z"
99
}
1010

1111
return (& "$PSScriptRoot/../Modules/get-template-from-web.ps1" @params)

0 commit comments

Comments
 (0)