changeset 503:fdd1f0b83685 rel-0_3_0

urllog: Migration from old versions hasn't been supported in reality for a long time, though it is of course possible with manual means. Remove the mention of conversion and clarify the notes a bit.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 23 Jan 2020 08:04:48 +0200
parents 1255d524a919
children 0e86d541840c
files urllog.tcl
diffstat 1 files changed, 2 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/urllog.tcl	Thu Jan 23 08:01:40 2020 +0200
+++ b/urllog.tcl	Thu Jan 23 08:04:48 2020 +0200
@@ -14,15 +14,10 @@
 # This script requires SQLite TCL extension. Under Debian, you need:
 # tcl8.5 libsqlite3-tcl (and eggdrop eggdrop-data, of course)
 #
-# NOTICE! If you are upgrading to URLLog v2.0+ from any 1.x version, you
-# may want to run a conversion script against your URL-database file,
-# if you wish to preserve the old data.
-#
-# See convert_urllog_db.tcl for more information.
-#
 # If you are doing a fresh install, you will need to create the initial
 # database with the required table schemas. You can do that by running
-# "create_urllog_db.tcl" after setting up config.urllog
+# "create_urllog_db.tcl". You also need to set up the configuration in
+# "config.urllog" file.
 #
 ##########################################################################