The data store "ISR Data Store" [id=163216, uuid=_a-0000e3b5-3910-8000-9ba5-011c48011c48_35304] will be saved, but will not be published: The data source schema does not match the type mappings: APNX-2-4056-000{Schema-validation: missing column [fundingSource] in table [`ISR_StudyMedicalReview`]} (APNX-2-4053-006
Here:ISR Data store in Data store object,
fundingSource is new column,
ISR_StudyMedicalReview is CDT.
When I tried to move to another environment during inspection I am getting this error .How can I solve this?
Thanks
Discussion posts and replies are publicly visible
This error is usually caused by the SQL DB table in the target environment not yet being modified to reflect the new column (as noted in the error message you posted). Can you verify whether the DB in the target environment correctly shows that column already?
in the source environment I have made changes to CDT.So in the Target environment those updated column is not yet updated. So for that only I am deploying from source.
IF possible, can you please explain me the correct steps for deploying CDT from one environment to other?
sireesha said:correct steps for deploying CDT from one environment to other
You need to deploy any changes to the table / columns directly to the target environment's Database, and then deploy the updated CDT.