-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: Master
-
Fix Version/s: 7.4.13 DXP GA1, 7.4.3.4 CE GA4, Master
-
Component/s: Message Boards
-
Story Points:1
-
Fix Priority:4
-
Sprint:LIMA | QA Sprint 14
-
Git Pull Request:
-
QA Test Name:
Steps to Reproduce:
- Import attached 7.0.10.6 database to MySQL data-archive-portal-mysql.zip
- Upgrade this database to Master (with DXP profile)
- tools/portal-tools-db-upgrade-client/db_upgrade.sh
- Connect Master to a different, empty database schema
- Start master against blank database schema
- Compare MBThread tables between upgraded and fresh database
Expected Result:
Columns match between the 2 databases.
Actual Result:
"title" column has different datatype and constraint
Upgraded database
`title` longtext
Fresh master database
`title` varchar(75) DEFAULT NULL
Slimmed down database dumps also attached
fresh-master-sorted.sql upgraded-70106-sorted.sql
Reproduced on 7.0.10.6 database, not reproducible on database from 7.1.10 or later.
- relates
-
LPS-135351 Contact_ table constraint differences on database upgrade from 6.2
- Selected for Development
- mentioned in
-
Page Loading...