Skip to content

Commit c1a5624

Browse files
committed
fix(fct): syntax error
1 parent 99fb545 commit c1a5624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/fct/gw_fct_setinitproject.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ BEGIN
115115
END IF;
116116

117117
-- Force sector selector for 0 values
118-
INSERT selector_sector VALUES (0, current_user) ON CONFLICT (sector_id, cur_user) DO NOTHING;
118+
INSERT INTO selector_sector VALUES (0, current_user) ON CONFLICT (sector_id, cur_user) DO NOTHING;
119119

120120
-- force hydrometer_selector in case of null values
121121
IF (select cur_user FROM selector_hydrometer WHERE cur_user = current_user limit 1) IS NULL THEN

0 commit comments

Comments
 (0)