Files
qfixpt/quickfix/_sql/postgresql/create.bat
2026-03-12 12:08:34 -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