From 58536fa46ae10cbf9310a9ad6dc2b692b3f82ac3 Mon Sep 17 00:00:00 2001 From: Zac Spitzer Date: Fri, 3 Jan 2025 16:31:14 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 597fed1e25..416d33bb8d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -198,7 +198,7 @@ jobs: sudo -u postgres psql -c 'create database lucee;' sudo -u postgres psql -c "create user lucee with encrypted password 'lucee'"; sudo -u postgres psql -c 'grant all privileges on database lucee to lucee;' - sudo -u postgres psql -c 'alter schema public owner to lucee;' + sudo -u postgres psql -c 'grant all on schema public to lucee;' -d lucee - name: Start MongoDB (docker) uses: supercharge/mongodb-github-action@1.6.0 with: