Skip to content

Commit

Permalink
update migration table
Browse files Browse the repository at this point in the history
  • Loading branch information
pashagolub committed Apr 22, 2022
1 parent 4cacdab commit 0335946
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/pgengine/sql/ddl.sql
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ VALUES
(3, '00329 Migration required for some new added functions'),
(4, '00334 Refactor timetable.task as plain schema without tree-like dependencies'),
(5, '00381 Rewrite active chain handling'),
(6, '00394 Add started_at column to active_session and active_chain tables');
(6, '00394 Add started_at column to active_session and active_chain tables'),
(7, '00417 Rename LOG database log level to INFO');

CREATE DOMAIN timetable.cron AS TEXT CHECK(
substr(VALUE, 1, 6) IN ('@every', '@after') AND (substr(VALUE, 7) :: INTERVAL) IS NOT NULL
Expand Down

0 comments on commit 0335946

Please sign in to comment.