From 15890fcfcd572f2c34e6c26ebe88459b70412a9b Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Wed, 22 Apr 2026 23:05:46 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Fix:=20Upgrade=20main=20account?= =?UTF-8?q?=20to=20Global=20Super=20Admin=20and=20bypass=20tenant=20filter?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db-fix.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/db-fix.sh b/db-fix.sh index ab6ac28..be951ab 100644 --- a/db-fix.sh +++ b/db-fix.sh @@ -26,6 +26,17 @@ echo "📦 Database container found. Executing ALTER statements..." docker exec -i $DB_CONTAINER psql -U $DB_USER -d $DB_NAME <