All Downloads are FREE. Search and download functionalities are using the official Maven repository.

db.migration.postgres.V1_045__ProcessActionDeploymentFinishedState.sql Maven / Gradle / Ivy

There is a newer version: 1.18.1
Show newest version
ALTER TABLE "process_actions" DROP CONSTRAINT "process_actions_state_values";

ALTER TABLE "process_actions" ALTER COLUMN "state" TYPE VARCHAR(32);
ALTER TABLE "process_actions" ADD CONSTRAINT "process_actions_state_values" CHECK ("state" in ('IN_PROGRESS', 'FINISHED', 'FAILED', 'EXECUTION_FINISHED'));




© 2015 - 2025 Weber Informatics LLC | Privacy Policy