Skip to content

Commit

Permalink
Merge pull request #65 from flanksource/fix-duty-migrate
Browse files Browse the repository at this point in the history
fix: duty migration args
  • Loading branch information
moshloop authored Jun 15, 2023
2 parents e09b83a + ab04ee0 commit 30afc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func Init(connection string) error {
}

if runMigrations {
if err = duty.Migrate(connection); err != nil {
if err = duty.Migrate(connection, nil); err != nil {
return err
}
}
Expand Down

0 comments on commit 30afc47

Please sign in to comment.