From df46d418fe2b28d0b6ee44475e236770eca9744d Mon Sep 17 00:00:00 2001 From: dal Date: Fri, 2 May 2025 13:54:20 -0600 Subject: [PATCH] make file works --- api/makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/api/makefile b/api/makefile index a93f15b27..1505fbf1b 100644 --- a/api/makefile +++ b/api/makefile @@ -11,13 +11,13 @@ dev: nice cargo watch -C server -x run update-seed: - PGPASSWORD=postgres pg_dump -h 127.0.0.1 -p 54322 -U postgres -d postgres \\ - --data-only --no-owner --no-privileges \\ - --schema=public \\ - --exclude-table=schema_migrations \\ - --exclude-table=__diesel_schema_migrations \\ - --exclude-table=migrations \\ - --exclude-table=users \\ + PGPASSWORD=postgres pg_dump -h 127.0.0.1 -p 54322 -U postgres -d postgres \ + --data-only --no-owner --no-privileges \ + --schema=public \ + --exclude-table=schema_migrations \ + --exclude-table=__diesel_schema_migrations \ + --exclude-table=migrations \ + --exclude-table=users \ > libs/database/seed.sql stop: