Commit 89500b454c5e87215bf09afaf9c77633d3e49cdd
1 parent
878344bb
Merged in from DEV trunk...
KTC-173 "The Title of the RSS feed seems to be limited to 20 characters and names longer than that is cut-short." Updated. Added item to upgrades table. Committed By: Kevin Fourie Reviewed By: Jonathan Byrne git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8206 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
3 additions
and
2 deletions
sql/mysql/install/data.sql
| ... | ... | @@ -983,7 +983,8 @@ INSERT INTO `upgrades` VALUES (1,'sql*2.0.6*0*2.0.6/create_upgrade_table.sql','D |
| 983 | 983 | (175,'sql*3.5.2*0*3.5.2/index_file_status_message.sql','Index file status message update','2007-11-21 00:00:00',1,'upgrade*3.5.2*99*upgrade3.5.2'), |
| 984 | 984 | (176,'sql*3.5.2*0*3.5.2/clean_plugin_helper.sql','Clean out the plugin helper table.','2007-11-21 00:00:00',1,'upgrade*3.5.2*99*upgrade3.5.2'), |
| 985 | 985 | (177,'sql*3.5.2*0*3.5.2/openxml_mime_types.sql','Add the OpenXML mimetypes.','2007-11-21 00:00:00',1,'upgrade*3.5.2*99*upgrade3.5.2'), |
| 986 | -(178,'upgrade*3.5.2*99*upgrade3.5.2','Upgrade from version 3.5.1 to 3.5.2','2007-11-21 00:00:00',1,'upgrade*3.5.2*99*upgrade3.5.2'); | |
| 986 | +(178,'sql*3.5.2*0*3.5.2/rss_plugin_title.sql','Increase size of RSS Title.','2007-11-21 00:00:00',1,'upgrade*3.5.2*99*upgrade3.5.2'), | |
| 987 | +(179,'upgrade*3.5.2*99*upgrade3.5.2','Upgrade from version 3.5.1 to 3.5.2','2007-11-21 00:00:00',1,'upgrade*3.5.2*99*upgrade3.5.2'); | |
| 987 | 988 | /*!40000 ALTER TABLE `upgrades` ENABLE KEYS */; |
| 988 | 989 | UNLOCK TABLES; |
| 989 | 990 | |
| ... | ... | @@ -1810,7 +1811,7 @@ UNLOCK TABLES; |
| 1810 | 1811 | |
| 1811 | 1812 | LOCK TABLES `zseq_upgrades` WRITE; |
| 1812 | 1813 | /*!40000 ALTER TABLE `zseq_upgrades` DISABLE KEYS */; |
| 1813 | -INSERT INTO `zseq_upgrades` VALUES (178); | |
| 1814 | +INSERT INTO `zseq_upgrades` VALUES (179); | |
| 1814 | 1815 | /*!40000 ALTER TABLE `zseq_upgrades` ENABLE KEYS */; |
| 1815 | 1816 | UNLOCK TABLES; |
| 1816 | 1817 | ... | ... |