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

db.migration.common.V1_053__AddDeploymentStatusNameConstraint.sql Maven / Gradle / Ivy

There is a newer version: 1.17.0
Show newest version
ALTER TABLE "deployments" ADD CONSTRAINT "deployments_status_name_check" CHECK (
    "status_name" in ('DURING_DEPLOY', 'RUNNING', 'FINISHED', 'RESTARTING', 'DURING_CANCEL', 'CANCELED', 'PROBLEM' ));




© 2015 - 2024 Weber Informatics LLC | Privacy Policy