11f5207b7SJohn Levon#!/bin/bash
21f5207b7SJohn Levon
3*c85f09ccSJohn Levonecho "delete from caller_info where type = 8017; delete from return_states where type = 8017 or type = 9017;" | sqlite3 smatch_db.sqlite
41f5207b7SJohn Levon
51f5207b7SJohn Levon
6