Skip to content

Commit 6e0b27e

Browse files
committed
remove is blocked id from immutable set of fns
1 parent 222675a commit 6e0b27e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/install.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ BEGIN
8484

8585
RETURN FALSE;
8686
END;
87-
$$ LANGUAGE plpgsql IMMUTABLE;
87+
$$ LANGUAGE plpgsql;
8888

8989

9090
CREATE OR REPLACE FUNCTION sqids.toId(num BIGINT, alphabet TEXT) RETURNS TEXT AS $$

0 commit comments

Comments
 (0)