4 lines
120 B
Batchfile
4 lines
120 B
Batchfile
dropdb -U postgres --if-exists quickfix
|
|
createdb -U postgres quickfix
|
|
psql -U postgres -d quickfix -f postgresql.sql
|