Skip to content

Commit

Permalink
fix: add coma
Browse files Browse the repository at this point in the history
  • Loading branch information
polRk committed Jan 21, 2020
1 parent 0f6f1d2 commit b234d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/8_create_hashids_decode.sql
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 169,7 @@ CREATE OR REPLACE FUNCTION hashids.decode(
in p_hash text,
in p_salt text,
in p_min_hash_length integer,
in p_alphabet text
in p_alphabet text,
in p_zero_offset boolean)
RETURNS bigint[] AS
$$
Expand Down

0 comments on commit b234d5e

Please sign in to comment.