We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38dffae commit ffcad9eCopy full SHA for ffcad9e
sql-queries-10/checking-database-connectivity/postgres-check.sh renamed to sql-queries-10/checking-database-connectivity/test-db-connect.sh
@@ -3,7 +3,7 @@
3
# PostgreSQL Database Connectivity Check Script
4
5
# Load environment variables
6
-source .env
+source postgresql.env
7
8
echo "Testing PostgreSQL connectivity..."
9
@@ -14,4 +14,4 @@ if [ $? -eq 0 ]; then
14
echo "PostgreSQL: Connection successful and student table exists."
15
else
16
echo "PostgreSQL: Connection failed or student table does not exist."
17
-fi
+fi
0 commit comments