Skip to content

Commit

Permalink
Fixed a typo in documentation in Database.md
Browse files Browse the repository at this point in the history
From: `Each file an migrations folder need`
To: `Each file in migrations folder need`

Signed-off-by: Monish <monish.gupta1@gmail.com>
  • Loading branch information
monish001 committed May 12, 2024
1 parent 8817f52 commit b96fdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Guides/Database.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ for Postgres, MySQL, SQL Server and SQLite. For MongoDB migrations, please check
#### [Postgrator](https://www.npmjs.com/package/postgrator)

Postgrator is Node.js SQL migration tool that uses a directory of SQL scripts to
alter the database schema. Each file an migrations folder need to follow the
alter the database schema. Each file in migrations folder need to follow the
pattern: ` [version].[action].[optional-description].sql`.

**version:** must be an incrementing number (e.g. `001` or a timestamp).
Expand Down

0 comments on commit b96fdb9

Please sign in to comment.