Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion internal/pgengine/sql/init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ VALUES
(10, '00560 Alter txid column to bigint'),
(11, '00573 Add ability to start a chain with delay'),
(12, '00575 Add on_error handling'),
(13, '00629 Add ignore_error column to timetable.execution_log');
(13, '00629 Add ignore_error column to timetable.execution_log'),
(14, '00721 Add more job control functions');
Loading