Skip to content

Commit 7eb87ab

Browse files
Merge branch 'develop' into fb_793_securityTxt
2 parents 3f73cbc + 4bafbb1 commit 7eb87ab

4 files changed

Lines changed: 8 additions & 1 deletion

File tree

core/module.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: Core
22
ModuleClass: org.labkey.core.CoreModule
3-
SchemaVersion: 26.000
3+
SchemaVersion: 26.001
44
Label: Administration and Essential Services
55
Description: The Core module provides central services such as login, \
66
security, administration, folder management, user management, \
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-- Extraction of parent EntityIds from data class LSIDs has been fixed, so re-run population of the ParentType column.
2+
-- Keep the invocation in core-25.008-25.009.sql since core-25.009-25.010.sql relies on ParentType being populated.
3+
SELECT core.executeJavaUpgradeCode('populateAttachmentParentTypeColumn');
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-- Extraction of parent EntityIds from data class LSIDs has been fixed, so re-run population of the ParentType column.
2+
-- Keep the invocation in core-25.008-25.009.sql since core-25.009-25.010.sql relies on ParentType being populated.
3+
EXEC core.executeJavaUpgradeCode 'populateAttachmentParentTypeColumn';

core/src/org/labkey/core/CoreUpgradeCode.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ public static void migrateAllowedExternalConnectionHosts(ModuleContext context)
8282

8383
/**
8484
* Called from core-25.008-25.009.sql
85+
* Called from core-26.000-26.001.sql
8586
*/
8687
@SuppressWarnings("unused")
8788
@DeferredUpgrade

0 commit comments

Comments
 (0)