Skip to content

Instantly share code, notes, and snippets.

@matthewmayer
Created July 25, 2014 06:42
Show Gist options
  • Save matthewmayer/69f5feb1638d03b21461 to your computer and use it in GitHub Desktop.
Save matthewmayer/69f5feb1638d03b21461 to your computer and use it in GitHub Desktop.
Delete messages in the "future" which mess up the order of mesages in Skype
#/Users/matt/Library/Application Support/Skype/USERNAME/main.db
DELETE FROM Messages WHERE timestamp>strftime('%s', 'now')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment