Skip to content

Commit

Permalink
changed name of migration to be more alligned with solution.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Micallef committed Mar 25, 2024
1 parent b05ad82 commit 4744d48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/pgengine/migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ var Migrations func() migrator.Option = func() migrator.Option {
},
},
&migrator.Migration{
Name: "00645 Change is_cron_in_time ts param to timestamp without time zone",
Name: "00645 Add option to specify time zone per chain",
Func: func(ctx context.Context, tx pgx.Tx) error {
return ExecuteMigrationScript(ctx, tx, "00645.sql")
},
Expand Down
2 changes: 1 addition & 1 deletion internal/pgengine/sql/init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ VALUES
(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'),
(14, '00645 Change is_cron_in_time ts param to timestamp without time zone');
(14, '00645 Add option to specify time zone per chain');

0 comments on commit 4744d48

Please sign in to comment.