Repair 2
All checks were successful
Deploy / deploy-staging (push) Successful in 10s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-06-07 02:52:14 +02:00
parent 72774c05aa
commit a408765e76
5 changed files with 396 additions and 88 deletions

View File

@@ -26,6 +26,7 @@ $pgsql = [
'host' => 'staging_db_nexus',
'port' => 5432,
'dbname' => 'nexus_staging',
'connect_timeout' => 5,
// optional: schema/search_path (commonly "public")
'schema' => 'public',