From 74c24716a96bfc950d732a1c90f61f19a4856f61 Mon Sep 17 00:00:00 2001 From: Blaine Jester Date: Thu, 25 May 2023 11:22:46 -0700 Subject: [PATCH] Ignore change event data in database export/init.sql --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 518e117680..6f7b7e6cec 100644 --- a/Makefile +++ b/Makefile @@ -162,7 +162,7 @@ run-services: .docker/postgres/init.sql: .docker/pgpass # assumes postgres is running in a docker container - PGPASSFILE=.docker/pgpass pg_dump --host localhost --port 5432 --username learningequality --dbname "kolibri-studio" --file $@ + PGPASSFILE=.docker/pgpass pg_dump --host localhost --port 5432 --username learningequality --dbname "kolibri-studio" --exclude-table-data=contentcuration_change --file $@ dcbuild: # build all studio docker image and all dependent services using docker-compose