Skip to content

Commit 1632bf8

Browse files
Merge 25.11 to 26.3
2 parents 7584de2 + 2ccf592 commit 1632bf8

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- Dropping idx_wnprc_billing_groupcategoryassociations_chargegroupname [chargeGroupName] because it overlaps with uq_wnprc_billing_groupcategoryassociations_group_category [chargeGroupName, chargeCategoryId]
2+
DROP INDEX wnprc_billing.idx_wnprc_billing_groupcategoryassociations_chargegroupname;

wnprc_billing/src/org/labkey/wnprc_billing/WNPRC_BillingModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public String getName()
6565
@Override
6666
public @Nullable Double getSchemaVersion()
6767
{
68-
return 22.000;
68+
return 22.001;
6969
}
7070

7171
@Override

0 commit comments

Comments
 (0)