From 09865a923b5dbff40feaf641f82f8afd9b98571c Mon Sep 17 00:00:00 2001 From: labkey-jeckels Date: Sat, 22 Aug 2026 22:42:30 -0700 Subject: [PATCH] Remove SQL Server upgrade scripts and code --- onprc_ehr/resources/views/ehrAdmin.html | 1 - 1 file changed, 1 deletion(-) diff --git a/onprc_ehr/resources/views/ehrAdmin.html b/onprc_ehr/resources/views/ehrAdmin.html index b26cfb304..3cc3bd476 100644 --- a/onprc_ehr/resources/views/ehrAdmin.html +++ b/onprc_ehr/resources/views/ehrAdmin.html @@ -20,7 +20,6 @@ {name: 'Update Study QCStates', url: '<%=contextPath%><%=containerPath%>/ehr-ensureQCStates.view'}, {name: 'Verify Dataset Resources', url: '<%=contextPath%><%=containerPath%>/ehr-verifyDatasetResources.view'}, {name: 'Verify Dataset Columns', url: '<%=contextPath%><%=containerPath%>/ehr-validateDataSetCols.view'}, - {name: 'Verify EHR Schema Indexes Are Compressed', url: '<%=contextPath%><%=containerPath%>/ehr-ensureEHRSchemaIndexes.view'}, {name: 'Cache Demographics On All Living Animals', url: '<%=contextPath%><%=containerPath%>/ehr-cacheLivingAnimals.view'}, {name: 'Prime/Refresh Data Entry Cache', url: '<%=contextPath%><%=containerPath%>/ehr-primeDataEntryCache.view'}, {name: 'EHR Extensible Columns', url: '<%=contextPath%><%=containerPath%>/ehr-ehrTemplates.view'},