Skip to content

Instantly share code, notes, and snippets.

@philfreo
Forked from bradpurchase/imessage_fix.sql
Created February 4, 2013 05:31
Show Gist options
  • Select an option

  • Save philfreo/4705175 to your computer and use it in GitHub Desktop.

Select an option

Save philfreo/4705175 to your computer and use it in GitHub Desktop.
sqlite3 ~Library/Messages/chat.db "DELETE FROM message WHERE text LIKE '%File:///%';"
@anemitz
Copy link

anemitz commented Feb 11, 2013

sqlite3 ~/Library/Messages/chat.db "DELETE FROM message WHERE text LIKE '%File:///%';"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment