link to my blog post
[auerswald-callnotifier.git] / scripts / create-calldb-dump.sql.sh
index 567a091016c56ceefd4a446758504c830dc04105..d31c74a48fd17bec56d8247e8a7c9c4d4872cf23 100755 (executable)
@@ -5,4 +5,4 @@ mysqldump -ucallnotifier -pcallnotifier callnotifier\
  -d --skip-add-drop-table --skip-comments\
  | grep -v '/*!'\
  | grep -v '^$'\
- > ../docs/call-log.sql
\ No newline at end of file
+ > ../docs/create-call-log.sql
\ No newline at end of file