Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
6.0.6 GA, 6.0.12 EE, 6.1.1 CE GA2, 6.1.20 EE GA2
-
None
-
6.1.x
-
Committed
-
3
-
Not tested in all databases
Description
Step to reproduce:
1. Start clean Liferay with 6.0.3 CE
2. Try to upgrade it to trunk.
Wrong:
The BlogsEntry.smallImageId column type is varchar(75) in MySql.
Bundle (not upgraded trunk):
The BlogsEntry.smallImageId column type is bigint(20) in MySql.
Expected behaviour:
The BlogsEntry.smallImageId column type is bigint(20) in MySql.