Skip to content

Commit c76955b

Browse files
authored
[-] fix missing migration information (#728)
1 parent 11af8d1 commit c76955b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/pgengine/sql/init.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ VALUES
2626
(10, '00560 Alter txid column to bigint'),
2727
(11, '00573 Add ability to start a chain with delay'),
2828
(12, '00575 Add on_error handling'),
29-
(13, '00629 Add ignore_error column to timetable.execution_log');
29+
(13, '00629 Add ignore_error column to timetable.execution_log'),
30+
(14, '00721 Add more job control functions');

0 commit comments

Comments
 (0)