Post-deployment

Overview

Post-deployment is a SQL script type that runs after deployment generation or execution.

Function

Use this type when SQL must finalize a deployment after its main work. Selecting it executes after deployment processing.

When to use

Choose Post-deployment when SQL must finalize a deployment after its main work.

Behavior in AnalyticsCreator

Area Behavior
Configuration Assign the Post-deployment type, sequence number, statement, and active status.
Processing AnalyticsCreator runs active scripts after the deployment stage.
Output The script can apply final configuration, validation, or cleanup.

Type-specific properties

Property Description
Sequence number Execution order among post-deployment scripts.
Statement SQL executed after deployment.
Inactive Controls whether the script is skipped.
Description Purpose and expected deployment effect.

Compatibility and limitations

The script must tolerate the state produced by the deployment and avoid conflicting changes.

Relationships

Related entity Relationship
SQL Script The script type defines the execution stage for the script.
Workflow Pre- and post-workflow scripts run around workflow processing.
Deployment Pre- and post-deployment scripts run around deployment processing.

Where to configure

Related topics