From: Will Budicm Date: Sat, 29 Aug 2020 02:55:54 +0000 (+1000) Subject: upd mig. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=13fa03a56182cf2720e6e5e19a21a155c60c9321;p=LifeLog.git upd mig. --- diff --git a/htdocs/cgi-bin/login_ctr.cgi b/htdocs/cgi-bin/login_ctr.cgi index 3808868..06f07f0 100755 --- a/htdocs/cgi-bin/login_ctr.cgi +++ b/htdocs/cgi-bin/login_ctr.cgi @@ -246,7 +246,9 @@ sub checkCreateTables { } } } - #is above v.1.6 has a notes table. + } + if($DB_VERSION > 1.6){ + #is above v.1.6 notes table. $db->do('DROP TABLE VW_LOG;'); delete($curr_tables{'VW_LOG'}); }