Skip to content

Commit

Permalink
migrations: fix batch renamer
Browse files Browse the repository at this point in the history
  • Loading branch information
jechols committed Dec 26, 2024
1 parent c852e9a commit 076ae19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func upAddBatchPermaname(tx *sql.Tx) error {
}

var batches []*models.Batch
batches, err = models.ActionableBatches()
batches, err = models.AllBatches()
if err != nil {
return fmt.Errorf("reading batches from db: %w", err)
}
Expand Down

0 comments on commit 076ae19

Please sign in to comment.