Skip to content

Commit

Permalink
Update migrations.mdx (#1122)
Browse files Browse the repository at this point in the history
Co-authored-by: Igal Klebanov <[email protected]>
  • Loading branch information
tijptjik and igalklebanov authored Aug 24, 2024
1 parent dd096de commit 98129ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/migrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ You can then use:

```ts
const migrator = new Migrator(migratorConfig)
await migrator.migrateToLatest(pathToMigrationsFolder)
await migrator.migrateToLatest()
```

to run all migrations that have not yet been run. See the Migrator class's documentation for more info.
Expand Down

0 comments on commit 98129ee

Please sign in to comment.