# HG changeset patch # User Matti Hamalainen # Date 1579759488 -7200 # Node ID fdd1f0b836857fbbb7f6a6cd295316c081ab5767 # Parent 1255d524a919442d68b191733fdd38d6e55674a9 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. diff -r 1255d524a919 -r fdd1f0b83685 urllog.tcl --- 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. # ##########################################################################