From 39ea7325ae5f0ff5812853fa01ba7d24322c60b5 Mon Sep 17 00:00:00 2001 From: Joosep Alviste Date: Fri, 20 Oct 2023 23:35:44 +0300 Subject: [PATCH] fix(db): make PostgreSQL database creation script executable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This allows it to be automatically executed in the db container. Not sure how this even worked before, but now it should be working out of the box 🤞 --- bin/create-multiple-postgresql-databases.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 bin/create-multiple-postgresql-databases.sh diff --git a/bin/create-multiple-postgresql-databases.sh b/bin/create-multiple-postgresql-databases.sh old mode 100644 new mode 100755