Skip to content

Commit ac7216e

Browse files
AliciaGarciaGarciabrianchandotcom
authored andcommitted
LPD-36744 upgrade process for Repository table
1 parent 92f23fe commit ac7216e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

portal-impl/src/com/liferay/portal/upgrade/v7_4_x/PortalUpgradeProcessRegistryImpl.java

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,17 @@ protected String[][] getTableAndPrimaryKeyColumnNames() {
482482
}
483483

484484
});
485+
486+
upgradeVersionTreeMap.put(
487+
new Version(31, 10, 0),
488+
new BaseExternalReferenceCodeUpgradeProcess() {
489+
490+
@Override
491+
protected String[][] getTableAndPrimaryKeyColumnNames() {
492+
return new String[][] {{"Repository", "repositoryId"}};
493+
}
494+
495+
});
485496
}
486497

487498
}

0 commit comments

Comments
 (0)