Skip to content

Commit

Permalink
WM-2294: Allow role-setter action to run on change (#7233)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjllanwarne authored Oct 5, 2023
1 parent 2634f2f commit 4289ec1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
This changeset will be applied whenever the 'sharedCromwellDbRole' property is set.
It runs every time to ensure the role is set correctly after all other changesets.
-->
<changeSet runAlways="true" author="sshah" id="set_table_role" dbms="postgresql">
<changeSet runAlways="true" runOnChange="true" author="sshah" id="set_table_role" dbms="postgresql">
<preConditions onFail="MARK_RAN">
<!-- check that 'sharedCromwellDbRole' role is set, and matches something in the pg_roles table -->
<sqlCheck expectedResult="1">
Expand Down

0 comments on commit 4289ec1

Please sign in to comment.