diff --git a/pkg/workload/schemachange/optype.go b/pkg/workload/schemachange/optype.go index 431626ded595..6f805b80402a 100644 --- a/pkg/workload/schemachange/optype.go +++ b/pkg/workload/schemachange/optype.go @@ -274,7 +274,7 @@ var opWeights = []int{ alterTableAddConstraintForeignKey: 1, alterTableAddConstraintUnique: 1, alterTableAlterColumnType: 0, // Disabled and tracked with #66662. - alterTableAlterPrimaryKey: 1, + alterTableAlterPrimaryKey: 0, // Disabled and tracked with #128656. alterTableDropColumn: 1, alterTableDropColumnDefault: 1, alterTableDropConstraint: 1,