Skip to content

Commit 306e9d6

Browse files
author
Vytautas Kasparavičius
committed
Fix v14 install script (was not working on PG sql b 9.6)
1 parent c24bc1b commit 306e9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Hangfire.PostgreSql/Scripts/Install.v14.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ BEGIN
1111
END
1212
$$;
1313

14-
ALTER SEQUENCE job_id_seq as bigint;
14+
ALTER SEQUENCE job_id_seq MAXVALUE 9223372036854775807;
1515

1616
RESET search_path;

0 commit comments

Comments
 (0)