-
Type:
Bug
-
Status: Closed
-
Resolution: Duplicate
-
Affects Version/s: 7.0.0 CE GA1, 7.0.4 CE GA5, 7.0.0 DXP FP39, Master
-
Fix Version/s: 7.0.3 CE GA4
-
Component/s: Database Upgrade Framework
-
Labels:None
-
Fix Priority:4
The issue https://issues.liferay.com/browse/LPS-67342 increased the size for STRING fields from 1000 to 4000 and from 2000 to 4000 in Sybase and SQLServer respectively:
https://github.com/liferay/liferay-portal-ee/commit/2b22e43cc72fafd17c42ca6e6c853c2e4e054cf8
However we didn't create an upgrade process for this case and that means that we still keep the previous size for those installatations which started in 7.0 GA1 and below and will perform an upgrade to future versions.
Steps to reproduce it:
- Start a 7.0GA1 (no fix packs) or 6.2 using SQLServer
- Upgrade to master/7.1
Actual results:
Check the size for AssetEntry.title, it will be 2000
Expected results:
Check the size for AssetEntry.title, it should be 4000