herrBez/Nduja

Eliminate all Entries of Jermolene

Closed this issue · 1 comments

DELETE FROM Wallet WHERE Address IN (SELECT aw.Wallet
    FROM AccountWallet as aw INNER JOIN Account as a INNER JOIN Wallet as w 
    WHERE a._id = aw.Account AND w.Address = aw.Wallet
    AND aw.RawURL = 'https://raw.githubusercontent.com/Jermolene/jermolene.github.io/7bf2060bc5660a84a1f64f56086355a5eae33859/languages/es-ES/static/HelpingTiddlyWiki.html'
); 
DELETE FROM AccountWallet WHERE RawURL = 'https://raw.githubusercontent.com/Jermolene/jermolene.github.io/7bf2060bc5660a84a1f64f56086355a5eae33859/languages/es-ES/static/HelpingTiddlyWiki.html'