From 13fa03a56182cf2720e6e5e19a21a155c60c9321 Mon Sep 17 00:00:00 2001 From: Will Budicm Date: Sat, 29 Aug 2020 12:55:54 +1000 Subject: [PATCH] upd mig. --- htdocs/cgi-bin/login_ctr.cgi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'}); } -- 2.34.1