v.25.2Bug Fix

Rebuild Projection on Primary Key Column Alteration to Prevent CANNOT_READ_ALL_DATA Errors

Rebuild projection on alter modify of its PK column. Previously it could lead to CANNOT_READ_ALL_DATA errors during selects after alter modify of the column used in projection PK. #75720 (Pavel Kruglov).