Skip to content

Commit

Permalink
#157 Update validated_commodity_view settings
Browse files Browse the repository at this point in the history
The settings of the validated_commodity_view have been updated to run on change, in addition to running always. The 'create_validated_commodity_view' changeset in 'create_validated_commodity_view.xml' now includes 'runOnChange' making the database changes more responsive to modifications.
  • Loading branch information
pveeckhout committed Mar 25, 2024
1 parent 5365ada commit e907312
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd">

<changeSet id="create_validated_commodity_view" author="daniel-j-mason" runAlways="true">
<changeSet id="create_validated_commodity_view" author="daniel-j-mason" runOnChange="true" runAlways="true">
<createView viewName="validated_commodity_view" replaceIfExists="true">
<![CDATA[
SELECT c.id,
Expand Down

0 comments on commit e907312

Please sign in to comment.