Commit e1bdf249fe9b413bf514a23db0f10b7043c4fc49

Authored by kevin_fourie
1 parent 765e1cfc

Database version bump to 3.5.3.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3-Release-Branch@8821 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 2 additions and 2 deletions
sql/mysql/install/data.sql
@@ -1413,8 +1413,8 @@ LOCK TABLES `system_settings` WRITE; @@ -1413,8 +1413,8 @@ LOCK TABLES `system_settings` WRITE;
1413 /*!40000 ALTER TABLE `system_settings` DISABLE KEYS */; 1413 /*!40000 ALTER TABLE `system_settings` DISABLE KEYS */;
1414 INSERT INTO `system_settings` VALUES 1414 INSERT INTO `system_settings` VALUES
1415 (1,'lastIndexUpdate','0'), 1415 (1,'lastIndexUpdate','0'),
1416 -(2,'knowledgeTreeVersion','3.5.2'),  
1417 -(3,'databaseVersion','3.5.2'); 1416 +(2,'knowledgeTreeVersion','3.5.3'),
  1417 +(3,'databaseVersion','3.5.3');
1418 /*!40000 ALTER TABLE `system_settings` ENABLE KEYS */; 1418 /*!40000 ALTER TABLE `system_settings` ENABLE KEYS */;
1419 UNLOCK TABLES; 1419 UNLOCK TABLES;
1420 1420