Skip to content

Commit

Permalink
Cli typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Haller Polo committed Oct 24, 2019
1 parent 9d7b667 commit b256d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/development-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ You can stop the development mode by hitting <kbd>CTRL</kbd>+<kbd>C</kbd> two ti
Typically, when you're using Lift for database migrations, a migration is performed as a 3-step process:

1. **Adjust data model**: Change your [data model definition](./data-modeling.md#data-model-definition) to match your desired database schema.
1. **Save migration**: Run `prisma lift save` to create your [migration files](./migration-files.md) on the file system.
1. **Run migration**: Run `prisma lift up` to perform the migration against your database.
1. **Save migration**: Run `prisma2 lift save` to create your [migration files](./migration-files.md) on the file system.
1. **Run migration**: Run `prisma2 lift up` to perform the migration against your database.

This is **not** how migrations are performed in development mode! When running in development mode, there is only one step:

Expand Down

0 comments on commit b256d71

Please sign in to comment.