Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 6.1.X EE
-
Fix Version/s: 6.1.X EE
-
Component/s: Infrastructure, Infrastructure > DBs, Upgrades
-
Labels:None
-
Similar Issues:
Description
In versions prior to 6.1, the BookmarksEntry table has a comments column which has a longtext (MySQL) or nvarchar(2000) (SQL Server).
In 6.1, this is changed to description with longtext (MySQL) or nvarchar(2000) (SQL Server).
However, when upgrading from 6 SP2 to 6.1, the description column is created as a varchar(75) for both MySQL and SQL Server.
Issue Links
- duplicates
-
LPS-28929
UpgradeSchema 6.0.12 to 6.1.0: all comments in BookmarksEntry get lost during upgrade
-
