diff --git a/internal/pgengine/sql/init.sql b/internal/pgengine/sql/init.sql index 875ea9d0..2b1b9eb8 100644 --- a/internal/pgengine/sql/init.sql +++ b/internal/pgengine/sql/init.sql @@ -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'); \ No newline at end of file + (13, '00629 Add ignore_error column to timetable.execution_log'), + (14, '00721 Add more job control functions'); \ No newline at end of file