delphimvcframework/samples/data/postgres_restore_schema.bat

2 lines
64 B
Batchfile

psql -U postgres -f .\activerecorddb_postgresql_script.sql
pause