Skip to content

Commit

Permalink
LPD-49617 portal-impl: SF
Browse files Browse the repository at this point in the history
  • Loading branch information
peerkar authored and brianchandotcom committed Feb 27, 2025
1 parent 58995a5 commit 29262a4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,8 @@ protected String[][] getTableAndPrimaryKeyColumnNames() {
upgradeVersionTreeMap.put(
new Version(31, 15, 2),
UpgradeProcessFactory.alterColumnType(
"SystemEvent", "classExternalReferenceCode", "VARCHAR(1000) null"));
"SystemEvent", "classExternalReferenceCode",
"VARCHAR(1000) null"));
}

}

0 comments on commit 29262a4

Please sign in to comment.