Commit 217ae16516c7e3de9d4432c3280dc4cb1dda44f7

Authored by Kevin Fourie
1 parent 67fccb0f

KTS-2380

"Fatal error: Cannot redeclare class adminversionplugin when upgrading from 3.4.3 to 3.5"
Fixed. Added upgrade function to remove old file.

Committed By: Kevin Fourie
Reviewed By: Conrad Vermeulen



git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7234 c91229c3-7414-0410-bfa2-8a42b809f60b
sql/mysql/install/data.sql
No preview for this file type
sql/mysql/install/structure.sql
1 1 --
2   --- $Id:$
  2 +-- $Id$
3 3 --
4 4 -- The contents of this file are subject to the KnowledgeTree Public
5 5 -- License Version 1.1.2 ("License"); You may not use this file except in
... ... @@ -2210,7 +2210,7 @@ CREATE TABLE `zseq_units_organisations_link` (
2210 2210 CREATE TABLE `zseq_upgrades` (
2211 2211 `id` int(10) unsigned NOT NULL auto_increment,
2212 2212 PRIMARY KEY (`id`)
2213   -) ENGINE=MyISAM AUTO_INCREMENT=145 DEFAULT CHARSET=latin1;
  2213 +) ENGINE=MyISAM AUTO_INCREMENT=146 DEFAULT CHARSET=latin1;
2214 2214  
2215 2215 --
2216 2216 -- Table structure for table `zseq_user_history`
... ...