[HacktionLab] Bank account details removed from Wiki

Adelayde Skidmore adelayde at riseup.net
Sat May 19 11:15:36 UTC 2012


Hi All,

I've removed the HacktionLab bank details from the Wiki.  Yes they've
been up there two+ years without any problem, but I'm not all paranoid
about it.

Incidentally, I had to remove the revisions as well, to make sure that
the details were really removed.  Now I know this goes against wiki
ethics, but here's what I did for future reference:

To get the page:

select page_id from page where page_title like '%Donate%';

Then will my id, to remove the revisions:

delete from text where old_id in (select rev_text_id from revision where
rev_page=1638);
delete from revision where rev_page = 1638;

And to remove the entire page:

delete from page where page_id = 1638;

Think that does it.

Cheers,

Mike.

-- 
--
adelayde at riseup.net
https://we.riseup.net/adelayde




More information about the HacktionLab mailing list