Skip to content

Commit

Permalink
docs: adding remarks to the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
artursudnik committed Jan 16, 2023
1 parent 30b2697 commit 51e0e49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@ To create migrations, you will need to:
3. ensure your `.env` file contains valid settings for both Postgres and SQLite persisted in file
4. [execute](#executing-existing-migrations) existing migrations
5. [generate](#generating-new-migration-files) migration files
6. validate migration files
6. validate migration files - this should include executing all migrations (including new ones) and E2E tests for both
database engines SQLite and Postgres
7. commit migration files

#### Dropping schemas
Expand Down

0 comments on commit 51e0e49

Please sign in to comment.