Do not use kv_list as it does not exist in jessie DBIx::Simple
[gruntmaster-data.git] / make_test_db.sh
1 #!/bin/sh
2 dropdb gmtest
3 createdb gmtest
4 psql gmtest -f db.sql
5 psql gmtest -f testdata.sql
This page took 0.020088 seconds and 4 git commands to generate.