Skip to content

Commit c342188

Browse files
committed
no version checks
1 parent d507b21 commit c342188

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/controllers/postgresData.controller.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ function postgresDumpQuery(hostname, password, port, username, databaseName) {
3737
*/
3838
const writeSchema = async (command) => {
3939
try {
40-
await exec(`psql --version`);
41-
await exec(`pg_dump --version`);
4240
await exec(command[0])
4341
const { stdout, stderr } = await exec(command[1]);
4442
return stdout;

0 commit comments

Comments
 (0)