Commit 8f684c0a66d00d2b298001df10672f0abf4e5d02
1 parent
c5edf30b
"Fixed syntax error in data.sql relating to 3.5.5 version upgrade."
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9692 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
sql/mysql/install/data.sql
| ... | ... | @@ -1743,7 +1743,7 @@ INSERT INTO `upgrades` VALUES |
| 1743 | 1743 | (211,'func*3.5.4*0*removeOldFilesAndFolders354','Remove old files and folders that are no longer needed.','2008-10-01 00:00:00',1,'upgrade*3.5.4*99*upgrade3.5.4'), |
| 1744 | 1744 | (212,'func*3.5.4*0*updateServerConfigSettings','Update the configuration settings for the server with the correct port','2008-11-25 00:00:00',1,'upgrade*3.5.4*99*upgrade3.5.4'), |
| 1745 | 1745 | (213,'upgrade*3.5.4*99*upgrade3.5.4','Upgrade from version 3.5.3 to 3.5.4','2008-10-01 00:00:00',1,'upgrade*3.5.4*99*upgrade3.5.4'), |
| 1746 | -(214,'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'); | |
| 1746 | +(214,'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'), | |
| 1747 | 1747 | (215,'upgrade*3.5.5*99*upgrade3.5.5','Upgrade from version 3.5.4a to 3.5.5','2009-01-01 00:00:00',1,'upgrade*3.5.5*99*upgrade3.5.5'); |
| 1748 | 1748 | /*!40000 ALTER TABLE `upgrades` ENABLE KEYS */; |
| 1749 | 1749 | UNLOCK TABLES; | ... | ... |