Skip to content

Commit

Permalink
Fix syntax error from 489fb95
Browse files Browse the repository at this point in the history
  • Loading branch information
xbgmsharp committed Jan 12, 2024
1 parent 0dd6410 commit 5cf2d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initdb/02_3_1_signalk_public_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ begin
-- Add email_otp check only if not from oauth server
if (NEW.preferences->>'email_verified')::boolean IS NOT True then
insert into process_queue (channel, payload, stored, ref_id) values ('email_otp', NEW.email, now(), NEW.user_id);
end if
end if;
return NEW;
END;
$new_account_otp_validation_entry$ language plpgsql;
Expand Down

0 comments on commit 5cf2d10

Please sign in to comment.