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

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

There is a newer version: 10.0.0
Show newest version
alter table nflow_workflow modify status enum('created', 'executing', 'inProgress', 'finished', 'manual') not null;

update nflow_workflow set status = 'finished' where next_activation is null and status = 'inProgress';




© 2015 - 2024 Weber Informatics LLC | Privacy Policy