call logging to database
[auerswald-callnotifier.git] / scripts / create-calldb-dump.sql.sh
1 #!/bin/sh
2 cd "`dirname "$0"`"
3
4 mysqldump -ucallnotifier -pcallnotifier callnotifier\
5  -d --skip-add-drop-table --skip-comments\
6  | grep -v '/*!'\
7  | grep -v '^$'\
8  > ../docs/call-log.sql