Fixed DB
Some checks failed
Build and Push Docker Images / build-backend (push) Failing after 28s
Build and Push Docker Images / build-frontend (push) Successful in 15s

This commit is contained in:
2026-01-08 11:10:02 +01:00
parent a892b7a6e4
commit 8126c2d3f4
4 changed files with 5 additions and 15 deletions

View File

@@ -146,6 +146,7 @@ async function main() {
app.ready(async () => {
try {
console.log("Testing DB Connection:")
const result = await app.db.execute("SELECT NOW()");
console.log("✓ DB connection OK: " + JSON.stringify(result.rows[0]));
} catch (err) {