From 4b4eebef9a7a1d8ae4d1407131228b60288ec38d Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 29 Jun 2022 05:01:52 +0200 Subject: [PATCH] testing our unit test --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 52d79dbfd..b53fb74b3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,7 +27,7 @@ services: postgres: image: postgres:12.3 - #command: ["postgres", "-c", "log_statement=all"] + command: ["postgres", "-c", "log_statement=all"] # uncomment this if u wanna output all SQL queries to the console volumes: - "./schema.sql:/docker-entrypoint-initdb.d/00-schema.sql"