diff --git a/hashids.sql b/hashids.sql index 5e34d57..1449fa6 100644 --- a/hashids.sql +++ b/hashids.sql @@ -401,7 +401,7 @@ begin end; $$ language plpgsql; -drop function hashids.decode_hex; +drop function if exists hashids.decode_hex; create or replace function hashids.decode_hex( id varchar,