Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Commit

Permalink
docs: Update using-cli.md (typeorm#4618)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
JB Reefer authored and rustamwin committed Aug 24, 2019
1 parent d1594f5 commit 00d46e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/using-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* [Create a new entity](#create-a-new-entity)
* [Create a new subscriber](#create-a-new-subscriber)
* [Create a new migration](#create-a-new-migration)
* [Generate a migration from exist table schema](#generate-a-migration-from-exist-table-schema)
* [Generate a migration from existing table schema](#generate-a-migration-from-exist-table-schema)
* [Run migrations](#run-migrations)
* [Revert migrations](#revert-migrations)
* [Show migrations](#show-migrations)
Expand Down Expand Up @@ -196,7 +196,7 @@ typeorm migration:create -n UserMigration -d src/user/migration

Learn more about [Migrations](./migrations.md).

## Generate a migration from exist table schema
## Generate a migration from existing table schema

Automatic migration generation creates a new migration file
and writes all sql queries that must be executed to update the database.
Expand Down

0 comments on commit 00d46e1

Please sign in to comment.