mysql_update_tf-b4rt-7.to.tf-b4rt-8.sql 1.3 KB

1234567891011121314151617181920212223242526
  1. -- -----------------------------------------------------------------------------
  2. -- $Id: mysql_update_tf-b4rt-7.to.tf-b4rt-8.sql 2607 2007-03-09 19:33:07Z b4rt $
  3. -- -----------------------------------------------------------------------------
  4. --
  5. -- MySQL-Update-File for 'Torrentflux-2.1-b4rt-8'.
  6. -- Updates a 'Torrentflux 2.1-b4rt-7' Database to a 'Torrentflux 2.1-b4rt-8'.
  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. -- inserts
  13. --
  14. INSERT INTO tf_settings VALUES ('queuemanager','tfqmgr');
  15. INSERT INTO tf_settings VALUES ('perlCmd','/usr/bin/perl');
  16. INSERT INTO tf_settings VALUES ('tfqmgr_path','/var/www/tfqmgr');
  17. INSERT INTO tf_settings VALUES ('tfqmgr_path_fluxcli','/var/www');
  18. INSERT INTO tf_settings VALUES ('tfqmgr_limit_global','5');
  19. INSERT INTO tf_settings VALUES ('tfqmgr_limit_user','2');
  20. INSERT INTO tf_settings VALUES ('ui_displayfluxlink','1');
  21. INSERT INTO tf_settings VALUES ('ui_dim_main_w','780');
  22. INSERT INTO tf_settings VALUES ('ui_dim_details_w','450');
  23. INSERT INTO tf_settings VALUES ('ui_dim_details_h','290');
  24. INSERT INTO tf_settings VALUES ('ui_dim_superadmin_w','800');
  25. INSERT INTO tf_settings VALUES ('ui_dim_superadmin_h','600');