| 12345678910111213141516171819202122232425 |
- -- -----------------------------------------------------------------------------
- -- $Id: sqlite_update_tf-b4rt-84.to.tf-b4rt-85.sql 2607 2007-03-09 19:33:07Z b4rt $
- -- -----------------------------------------------------------------------------
- --
- -- SQLite-Update-File for 'Torrentflux-2.1-b4rt-85'.
- -- Updates a 'Torrentflux 2.1-b4rt-84' Database to a 'Torrentflux 2.1-b4rt-85'.
- --
- -- This Stuff is provided 'as-is'. In no way will the author be held
- -- liable for any damages to your soft- or hardware from this.
- -- -----------------------------------------------------------------------------
- --
- -- begin transaction
- --
- BEGIN TRANSACTION;
- --
- -- inserts
- --
- INSERT INTO tf_settings VALUES ('enable_dereferrer','1');
- --
- -- commit
- --
- COMMIT;
|