feat(src): ensure extension works and tests pass

This commit is contained in:
2026-03-22 15:41:00 +01:00
parent 32a6a8dd17
commit 9e1e448159
9 changed files with 111 additions and 76 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ CREATE OR REPLACE FUNCTION morbac.is_allowed(
)
RETURNS BOOLEAN
LANGUAGE plpgsql
STABLE
VOLATILE
AS $$
DECLARE
v_cached_result BOOLEAN;