updated SQL scripts

This commit is contained in:
2018-11-16 12:42:41 +01:00
parent 1bb9b24bcf
commit 349310ccf9
11 changed files with 103 additions and 139 deletions

View 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;