Advertisement
Thijn

Bitcoin Uninstall

Apr 14th, 2013
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.28 KB | None | 0 0
  1. DELETE FROM {db_prefix}scheduled_tasks WHERE task = "bitcoinupdate";
  2. DROP TABLE IF EXISTS {db_prefix}bitcoin_internal;
  3. DROP TABLE IF EXISTS {db_prefix}bitcoin_transactions;
  4. ALTER TABLE {db_prefix}members DROP `bitcoin_address`, DROP `bitcoin_balance`, DROP `bitcoin_default_tip`;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement