-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 5.1 EE SP5 (5.1.8), 5.2 EE SP5 (5.2.9) , 6.0 EE SP1 (6.0.11)
-
Fix Version/s: 5.1 EE SP6 (5.1.9), 5.2 EE SP6 (5.2.10), 6.0 EE SP2 (6.0.12)
-
Component/s: Core Infrastructure > Upgrade Framework
-
Labels:None
The SQL used for upgrades may contain queries like the following:
alter table
{TABLE} add {COLUMN} LONG null;However, the null is not necessary and has been changed to
alter table {TABLE}
add
{COLUMN}LONG;
- is related to
-
LPS-14620 LONG type should not be null in upgrades
- Closed