Skip to content

Commit

Permalink
Merge pull request #4 from polRk/patch-1
Browse files Browse the repository at this point in the history
fix: add coma
  • Loading branch information
Robert Hux committed Apr 14, 2020
2 parents 0f6f1d2 88ff0fe commit a7ec102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/7_create_hashids_encode.sql
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 83,7 @@ CREATE OR REPLACE FUNCTION hashids.encode(
in p_number bigint,
in p_salt text,
in p_min_hash_length integer,
in p_alphabet text
in p_alphabet text,
in p_zero_offset boolean)
RETURNS text AS
$$
Expand Down

0 comments on commit a7ec102

Please sign in to comment.