Skip to content

Instantly share code, notes, and snippets.

@fabiocruzcoelho
Created February 23, 2017 13:47
Show Gist options
  • Save fabiocruzcoelho/111e0fa53b32b7ab8e2bef85fd126a78 to your computer and use it in GitHub Desktop.
Save fabiocruzcoelho/111e0fa53b32b7ab8e2bef85fd126a78 to your computer and use it in GitHub Desktop.
Limpa conversas no Spark por usuario
delete from ofMessageArchive where fromJID like 'user%';
delete from ofMessageArchive where toJID like 'user%';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment