updated SQL scripts
This commit is contained in:
4
account/sql/backupAccountTest.bat
Normal file
4
account/sql/backupAccountTest.bat
Normal file
@ -0,0 +1,4 @@
|
||||
echo off
|
||||
SET BACKUPFOLDER=%~dp0
|
||||
"C:\Program Files\PostgreSQL\10\bin\pg_dump.exe" -U jomu -n public --column-inserts --attribute-inserts --no-owner --no-privileges --no-acl account_test > %BACKUPFOLDER%\account_test.dump
|
||||
pause;
|
||||
Reference in New Issue
Block a user