Skip to content

Commit d17dcd1

Browse files
committed
add missing permission
1 parent 87e6f2b commit d17dcd1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

sqitch/deploy/0020_shared_ownership_removal.sql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,6 @@ BEGIN
152152
END;
153153
$$;
154154

155-
COMMIT;
155+
GRANT EXECUTE ON FUNCTION myenergy.auth_user_id_for_customer TO anon;
156+
157+
COMMIT;

0 commit comments

Comments
 (0)