1
0

sqlite_update_tf-b4rt-7.to.tf-b4rt-8.sql 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. -- -----------------------------------------------------------------------------
  2. -- $Id: sqlite_update_tf-b4rt-7.to.tf-b4rt-8.sql 2607 2007-03-09 19:33:07Z b4rt $
  3. -- -----------------------------------------------------------------------------
  4. --
  5. -- SQLite-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. -- begin transaction
  13. --
  14. BEGIN TRANSACTION;
  15. --
  16. -- inserts
  17. --
  18. INSERT INTO tf_settings VALUES ('queuemanager','tfqmgr');
  19. INSERT INTO tf_settings VALUES ('perlCmd','/usr/bin/perl');
  20. INSERT INTO tf_settings VALUES ('tfqmgr_path','/var/www/tfqmgr');
  21. INSERT INTO tf_settings VALUES ('tfqmgr_path_fluxcli','/var/www');
  22. INSERT INTO tf_settings VALUES ('tfqmgr_limit_global','5');
  23. INSERT INTO tf_settings VALUES ('tfqmgr_limit_user','2');
  24. INSERT INTO tf_settings VALUES ('ui_displayfluxlink','1');
  25. INSERT INTO tf_settings VALUES ('ui_dim_main_w','780');
  26. INSERT INTO tf_settings VALUES ('ui_dim_details_w','450');
  27. INSERT INTO tf_settings VALUES ('ui_dim_details_h','290');
  28. INSERT INTO tf_settings VALUES ('ui_dim_superadmin_w','800');
  29. INSERT INTO tf_settings VALUES ('ui_dim_superadmin_h','600');
  30. --
  31. -- commit
  32. --
  33. COMMIT;