From 792c0a87c80128c8c46b97d14d9d0fb35d8b9f73 Mon Sep 17 00:00:00 2001 From: Artur Sudnik-Hrynkiewicz Date: Mon, 16 Jan 2023 19:48:51 +0100 Subject: [PATCH] docs: adding remarks to the README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 137b7172..d11971ee 100644 --- a/README.md +++ b/README.md @@ -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