Registry / utility / com-liferay-portal-upgrade

com-liferay-portal-upgrade

JSON →
library2.8.9javamavenunverified

Provides upgrade processes and utilities for migrating Liferay Portal installations.

<dependency> <groupId>com.liferay</groupId> <artifactId>com.liferay.portal.upgrade</artifactId> <version>2.8.9</version> </dependency>
INSTALL
IMPORT
SIG · COM-LIFERAY-PORTAL
C
com-liferay-portal-upgrade
utilityjavav2.8.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

UpgradeProcess
com.liferay.portal.upgrade.UpgradeProcess

Defines a custom upgrade process for Liferay.

import com.liferay.portal.upgrade.UpgradeProcess; public class MyUpgrade extends UpgradeProcess { @Override protected void doUpgrade() throws Exception { runSQL("alter table MyTable add column myColumn varchar(75) null"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.8.9latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
com-liferay-portal-upgrade — mvn dependency:get com-liferay-portal-upgrade · libregistry