Created
July 25, 2014 06:42
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/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