-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.2 CE GA3, 7.0.0 DXP FP5, 7.0.0 DXP SP1, Master
-
Fix Version/s: 7.0.0 DXP FP29, 7.0.X EE, 7.0.4 CE GA5, 7.0.0 DXP FP34, 7.0.0 DXP SP7, 7.0.5 CE GA6, 7.1.0 M1, 7.1.X, Master
-
Component/s: Core Infrastructure, Database Upgrade Framework
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Story Points:1.25
-
Fix Priority:4
-
Git Pull Request:
Steps to reproduce it:
- Startup a 6.2 portal so that the database is created
- Shutdown it
- Upgrade that database to master
- Check indexes for JournalArticleResource table
Results: index IX_CC7576C7 doesn't exist
Expected results: IX_CC7576C7 exist
New indexes for Core are created because com.liferay.portal.events.StartupHelper.updateIndexes logic takes care of it. However for modules the indexes should be added to the update.sql file.
- depends on
-
LPS-68773 v0_0_1 Upgrade Step is never performed when upgrading from 6.2 to 7.0 for Marketplace Portlet
- Closed
- relates
-
LPS-74279 MySQLSyntaxErrorException is thrown when startup the portal.
- Closed
- Testing discovered
-
LPS-69878 Field groupKey in Group table isn't create properly after upgrading to Liferay 7/DXP
- Closed