From e907312c4e06e7724de3dfc70ae60563303aeb05 Mon Sep 17 00:00:00 2001 From: Pieter Van Eeckhout Date: Mon, 25 Mar 2024 01:32:09 +0100 Subject: [PATCH] #157 Update validated_commodity_view settings 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. --- .../trademodule/changelog/create_validated_commodity_view.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trade-module/src/main/resources/db/trademodule/changelog/create_validated_commodity_view.xml b/trade-module/src/main/resources/db/trademodule/changelog/create_validated_commodity_view.xml index 5f443cd6..f8c0ab4e 100644 --- a/trade-module/src/main/resources/db/trademodule/changelog/create_validated_commodity_view.xml +++ b/trade-module/src/main/resources/db/trademodule/changelog/create_validated_commodity_view.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd"> - +