From 8d71bbb1228fcfb3da80010c94b747cc56f739e2 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 28 Feb 2016 09:01:50 -0500 Subject: Update SQL dumps --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a62c105a..ba6d17c9 100644 --- a/Makefile +++ b/Makefile @@ -121,7 +121,7 @@ test-postgres: unittest: test-sqlite test-mysql test-postgres sql: - @ pg_dump --schema-only --no-owner --file app/Schema/Sql/postgres.sql kanboard + @ pg_dump --schema-only --no-owner --no-privileges --file app/Schema/Sql/postgres.sql kanboard @ pg_dump -d kanboard --column-inserts --data-only --table settings >> app/Schema/Sql/postgres.sql @ pg_dump -d kanboard --column-inserts --data-only --table links >> app/Schema/Sql/postgres.sql -- cgit v1.2.3