Skip to content

Commit

Permalink
Update update_1.6.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemaignent authored Jan 28, 2021
1 parent f7ff44b commit cfdc086
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/resources/update_1.6.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ BEGIN
ALTER TABLE data DROP COLUMN create_by;
ALTER TABLE data DROP COLUMN owner;
UPDATE sign_request_params set blue = 0, green = 0, red = 0;
UPDATE workflow_step set repeatable = false;
UPDATE live_workflow_step set repeatable = false;
END
$BODY$
LANGUAGE plpgsql;

DO $$ BEGIN
PERFORM updateDataUserProperty();
END $$;
END $$;

0 comments on commit cfdc086

Please sign in to comment.