From ce25f072df17a653280a2eb78b2bdc4c0930a822 Mon Sep 17 00:00:00 2001 From: pex Date: Sat, 31 Aug 2019 02:09:35 +0200 Subject: [PATCH] Remove function drop - As we create or replace it anyways - Fixes error message on setup --- hashids.sql | 2 -- 1 file changed, 2 deletions(-) diff --git a/hashids.sql b/hashids.sql index 5e34d57..601c58c 100644 --- a/hashids.sql +++ b/hashids.sql @@ -401,8 +401,6 @@ begin end; $$ language plpgsql; -drop function hashids.decode_hex; - create or replace function hashids.decode_hex( id varchar, salt varchar = '',