Commit 4f451b50a1c4c5a38f70087d8c70ca883135f1bb
1 parent
dca7b966
KTC-700 - Updated database version in data.sql to 3.6.1.
"On new Commercial install: "Database incompatibility error:" when atttempting to log in." Fixed. Committed By: Kevin Fourie Reviewed By: Megan Watson
Showing
1 changed file
with
3 additions
and
2 deletions
sql/mysql/install/data.sql
| ... | ... | @@ -1458,7 +1458,7 @@ LOCK TABLES `system_settings` WRITE; |
| 1458 | 1458 | INSERT INTO `system_settings` VALUES |
| 1459 | 1459 | (1,'lastIndexUpdate','0'), |
| 1460 | 1460 | (2,'knowledgeTreeVersion','3.6.1'), |
| 1461 | -(3,'databaseVersion','3.6.0'), | |
| 1461 | +(3,'databaseVersion','3.6.1'), | |
| 1462 | 1462 | (4,'server_name','127.0.0.1'); |
| 1463 | 1463 | /*!40000 ALTER TABLE `system_settings` ENABLE KEYS */; |
| 1464 | 1464 | UNLOCK TABLES; |
| ... | ... | @@ -1752,7 +1752,8 @@ INSERT INTO `upgrades` VALUES |
| 1752 | 1752 | (214,'func*3.5.4a*0*removeOldFilesAndFolders354a','Remove old files and folders that are no longer needed.','2008-10-01 00:00:00',1,'upgrade*3.5.4a*99*upgrade3.5.4a'), |
| 1753 | 1753 | (215,'func*3.5.4a*0*removeOldFilesAndFolders354a1','Remove old files and folders that are no longer needed.','2008-10-01 00:00:00',1,'upgrade*3.5.4a*99*upgrade3.5.4a'), |
| 1754 | 1754 | (216,'upgrade*3.5.4a*99*upgrade3.5.4a','Upgrade from version 3.5.4 to 3.5.4a','2008-12-01 00:00:00',1,'upgrade*3.5.4a*99*upgrade3.5.4a'), |
| 1755 | -(217,'upgrade*3.6.0*99*upgrade3.6.0','Upgrade from version 3.5.4a to 3.6.0','2009-01-01 00:00:00',1,'upgrade*3.6.0*99*upgrade3.6.0'); | |
| 1755 | +(217,'upgrade*3.6.0*99*upgrade3.6.0','Upgrade from version 3.5.4a to 3.6.0','2009-01-01 00:00:00',1,'upgrade*3.6.0*99*upgrade3.6.0'), | |
| 1756 | +(218,'upgrade*3.6.1*99*upgrade3.6.1','Upgrade from version 3.6.0 to 3.6.1','2009-04-01 00:00:00',1,'upgrade*3.6.1*99*upgrade3.6.1'); | |
| 1756 | 1757 | /*!40000 ALTER TABLE `upgrades` ENABLE KEYS */; |
| 1757 | 1758 | UNLOCK TABLES; |
| 1758 | 1759 | ... | ... |