Skip to content

Commit

Permalink
Fix incorrect code needed to update param_1_label and param_2_label
Browse files Browse the repository at this point in the history
  • Loading branch information
rvsiyad committed Dec 16, 2024
1 parent d71fbfb commit 927540a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ WHERE code = 'INFLO' AND subcode = 'TYPE';
UPDATE water.licence_version_purpose_condition_types
SET param_1_label = 'Rate (l/s)',
param_2_label = 'Where measured'
WHERE code = 'INFLO' AND subcode = 'RATE';
WHERE code = 'INFLR' AND subcode = 'RATE';

UPDATE water.licence_version_purpose_condition_types
SET param_1_label = 'Type'
Expand Down

0 comments on commit 927540a

Please sign in to comment.