scripts.db.update-1.2.0-x.h2.post.update.ddl.sql Maven / Gradle / Ivy
alter table nflow_workflow alter column status set default null;
update nflow_workflow set status = 'finished' where next_activation is null and status = 'inProgress';
alter table nflow_workflow alter column status set default null;
update nflow_workflow set status = 'finished' where next_activation is null and status = 'inProgress';