Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.4.13 DXP U25, Master
Description
Steps to Reproduce:
- Import attached 7.3.10 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 AssetListEntrySegmentsEntryRel tables between upgraded and fresh database
Expected Result:
Table indexes match between the 2 databases.
Actual Result:
"priority" column default value is different
7.3 Upgraded database:
`priority` int(11) NOT NULL DEFAULT '0'
Fresh master database:
`priority` int(11) DEFAULT NULL