Skip to content

Commit

Permalink
Merge branch 'master' into tgriesser/refactor/sqlite-introspection
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov authored Feb 8, 2025
2 parents 3061092 + a201386 commit f5f005b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/migration/migrator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ export interface MigratorProps {
*
* When false, migrations must be run in their exact alpha-numeric order.
* This is checked against the migrations already run in the database
* (`migrationTableName'). This ensures your migrations are always run in
* (`migrationTableName`). This ensures your migrations are always run in
* the same order and is the safest option.
*
* When true, migrations are still run in alpha-numeric order, but
Expand Down

0 comments on commit f5f005b

Please sign in to comment.