Skip to content

Commit

Permalink
fix doc typo (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleixmorgadas committed Jul 18, 2023
1 parent aa2b286 commit 0c67c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ Seed and migration files need to follow Knex conventions
* Same as with the CommonJS modules
* You will need to export a "seed" named function.
* */
export function seed(next) {
export function seed(knex) {
// ... seed logic here
}

Expand Down

0 comments on commit 0c67c6d

Please sign in to comment.