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

scripts.db.update-1.2.0-x.h2.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 varchar(32) not null default 'stateExecution' check type in ('stateExecution', 'stateExecutionFailed', 'recovery', 'externalChange');

alter table nflow_workflow add status varchar(32) not null default 'inProgress' check status in ('created', 'executing', 'inProgress', 'finished', 'manual');




© 2015 - 2024 Weber Informatics LLC | Privacy Policy