Merge pull request #16424 from joeppeeters/16355-add-pg-schema-ownership-config

Add `role` config to control postgres ownership of schemas and tables
This commit is contained in:
Ben Lambert
2023-03-07 09:19:41 +01:00
committed by GitHub
7 changed files with 131 additions and 10 deletions
+2
View File
@@ -90,6 +90,7 @@
"morgan": "^1.10.0",
"node-fetch": "^2.6.7",
"node-forge": "^1.3.1",
"pg": "^8.3.0",
"raw-body": "^2.4.1",
"request": "^2.88.2",
"selfsigned": "^2.0.0",
@@ -122,6 +123,7 @@
"@types/mock-fs": "^4.13.0",
"@types/morgan": "^1.9.0",
"@types/node-forge": "^1.3.0",
"@types/pg": "^8.6.6",
"@types/recursive-readdir": "^2.2.0",
"@types/stoppable": "^1.1.0",
"@types/supertest": "^2.0.8",