mirror of https://github.com/asterisk/asterisk
parent
0da16dd5d0
commit
c025f09452
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
CIDIR=$(dirname $(readlink -fn $0))
|
||||
source $CIDIR/ci.functions
|
||||
|
||||
cp test-config.orig.yaml test-config.yaml
|
||||
psql --username=asterisk --host=localhost --db=asterisk --command='DROP OWNED BY asterisk CASCADE'
|
Loading…
Reference in new issue