1
0

mysql_update_tf-b4rt-9.to.tf-b4rt-91.sql 1010 B

12345678910111213141516171819202122232425
  1. -- -----------------------------------------------------------------------------
  2. -- $Id: mysql_update_tf-b4rt-9.to.tf-b4rt-91.sql 2607 2007-03-09 19:33:07Z b4rt $
  3. -- -----------------------------------------------------------------------------
  4. --
  5. -- MySQL-Update-File for 'Torrentflux-2.1-b4rt-91'.
  6. -- Updates a 'Torrentflux 2.1-b4rt-9' Database to a 'Torrentflux 2.1-b4rt-91'.
  7. --
  8. -- This Stuff is provided 'as-is'. In no way will the author be held
  9. -- liable for any damages to your soft- or hardware from this.
  10. -- -----------------------------------------------------------------------------
  11. --
  12. -- updates
  13. --
  14. UPDATE tf_settings SET tf_value = '--upnp_nat_access 0' WHERE tf_key = 'btclient_tornado_options';
  15. UPDATE tf_settings SET tf_value = '' WHERE tf_key = 'cmd_options';
  16. --
  17. -- inserts
  18. --
  19. INSERT INTO tf_settings VALUES ('nice_adjust','0');
  20. INSERT INTO tf_settings VALUES ('xfer_realtime','1');
  21. INSERT INTO tf_settings VALUES ('skiphashcheck','0');
  22. INSERT INTO tf_settings VALUES ('enable_umask','0');