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

scripts.db.update-1.2.0-x.mysql.legacy.update.ddl.sql Maven / Gradle / Ivy

There is a newer version: 10.0.0
Show newest version
alter table nflow_workflow_definition add definition_sha1 varchar(40) not null default 'n/a';

alter table nflow_workflow_action add type enum('stateExecution', 'stateExecutionFailed', 'recovery', 'externalChange') not null default 'stateExecution';

alter table nflow_workflow add status enum('created', 'executing', 'inProgress', 'finished', 'manual') not null default 'inProgress';




© 2015 - 2024 Weber Informatics LLC | Privacy Policy