updated SQL scripts
This commit is contained in:
5
account/sql/restoreAccountTest.bat
Normal file
5
account/sql/restoreAccountTest.bat
Normal file
@ -0,0 +1,5 @@
|
||||
@ECHO OFF
|
||||
SET BACKUPFOLDER=%~dp0
|
||||
"C:\Program Files\PostgreSQL\10\bin\psql.exe" -U jomu --set ON_ERROR_STOP=on account_test < %BACKUPFOLDER%\drop_all_tables.sql
|
||||
"C:\Program Files\PostgreSQL\10\bin\psql.exe" -U jomu --set ON_ERROR_STOP=on account_test < %BACKUPFOLDER%\restore.dump
|
||||
pause;
|
||||
Reference in New Issue
Block a user