-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: Master
-
Fix Version/s: Master
-
Component/s: Environments, Environments > Databases
-
Labels:
-
Fix Priority:3
-
Git Pull Request:
LPS-93033 was created to upgrade the AUDIT_AUDITEVENT table.
However, a few things are missing to ensure that this upgrade goes smoothly and the version numbers are synchronized through branches.
The upgrade process should be defined as 1.0.1 and the BaseUpgradeSQLServerDatetime should be kept as the lastest one since it does not exist in 7.1.
Tasks to be done within this current LPS:
- Set UpgradeSchema from 1.0.0 to 1.0.1
- Set BaseUpgradeSQLServerDatetime from 1.0.1 to 2.0.0
- Define the step 2.0.0 to 2.0.1 as DummyUpgradeStep (so that current users using Beta version won't have any issue)
Once we have done this, we can backport the upgrade UpgradeSchema to 7.1 as a step from 1.0.0 to 1.0.1
This information comes from:
https://github.com/achaparro/liferay-portal-ee/pull/49#issuecomment-487569676
- is caused by
-
LPS-93033 Increase the character limit for the clientIP column in the AUDIT_AUDITEVENT table from 75 to 255
- Closed