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