From 2132acf2b7277f4a71ab891553fd778be8bbe1a0 Mon Sep 17 00:00:00 2001 From: Rikard Bartholf Date: Wed, 15 Jun 2022 10:04:18 +0200 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aab22a9..4ef6e5e 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ When you have the data you need in the db, write tests in all.test.ts file follo ### Dump database scheme -pg_dump -U postgres \ +pg_dump \ --schema-only \ --no-owner \ --no-acl \