Package org.ametys.core.migration.action
package org.ametys.core.migration.action
-
ClassDescriptionInterface for actions componentsRepresentation of an upgrade line in the extensionExtension point to execute the upgradesRepresentation of an upgrade line in the extensionSQL action : A script will be executed
ActionConfiguration
with Java component roleInterface that must be implemented by java class used as upgrade actionManual action: no code will be executed, and an exception will be thrown to stop the migrationNoOp action, doing nothing.Script action: A script will be executedActionConfiguration
with script locationInitialization of an SQL table Similar toSqlUpgradeAction
with a test about the existence of a tableActionConfiguration
for sql initialisation with table to checkSQL action: A script will be executedActionConfiguration
with sql script location