Files
qfixdpl/quickfix/_sql/postgresql/create.bat
2026-03-09 15:35:32 -03:00

4 lines
120 B
Batchfile

dropdb -U postgres --if-exists quickfix
createdb -U postgres quickfix
psql -U postgres -d quickfix -f postgresql.sql