diff --git a/snprc_ehr/resources/schemas/dbscripts/postgresql/snprc_ehr-26.001-26.002.sql b/snprc_ehr/resources/schemas/dbscripts/postgresql/snprc_ehr-26.001-26.002.sql new file mode 100644 index 000000000..fdf005bd8 --- /dev/null +++ b/snprc_ehr/resources/schemas/dbscripts/postgresql/snprc_ehr-26.001-26.002.sql @@ -0,0 +1,7 @@ +/* + * Copyright (c) 2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ +-- Dropping UNIQUE idx_labwork_services_serviceid [ServiceId] because it overlaps with PRIMARY pk_snprc_labwork_services [ServiceId] +DROP INDEX snprc_ehr.idx_labwork_services_serviceid; diff --git a/snprc_ehr/src/org/labkey/snprc_ehr/SNPRC_EHRModule.java b/snprc_ehr/src/org/labkey/snprc_ehr/SNPRC_EHRModule.java index c759d33c9..624005282 100644 --- a/snprc_ehr/src/org/labkey/snprc_ehr/SNPRC_EHRModule.java +++ b/snprc_ehr/src/org/labkey/snprc_ehr/SNPRC_EHRModule.java @@ -118,7 +118,7 @@ public String getName() @Override public @Nullable Double getSchemaVersion() { - return 26.001; + return 26.002; } @Nullable