PeopleCode 8.52 - PSPCMTXT not copied via CLI object copy
We move objects between environments using cli commands.
The description of PeopleCode objects now includes PSPCMTXT which is a plain text representation of the PeopleCode blob.
When copying these objects from Source to Target the data in PSPCMTXT is not moved to the target database.
So now the table is out of sync between Source and Target.
It appears that you have to open and save the PeopleCode in the target environment in order for the hash signature and the text field to be updated.
Was this what was intended?
Is there a way to move the data, or is there a way to mass update the PSPCMTXT data?