ProductCompany column: dtype

Caused by: org.hibernate.MappingException: Repeated column in mapping for entity: com.axelor.apps.base.db.ProductCompany column: dtype (should be mapped with insert=« false » update=« false »)
Initial version : 5.2 and migrate by 6.1.9
I add a new field base_product « dtype », and i trying to start the erp application 6.1.9 but now I have this message ProductCompany and dtype

Could you help me ?

thank

Hello,

In version 6.1.0 of Axelor, the column « dtype » was introduced to address the ambiguity error. As you have migrated from version 5.2 to version 6.1.9, this error arises because you have also added a field with the same name « dtype. »

To resolve this issue, you can simply remove the « dtype » field that you added, and this error should be resolved.

Please feel free to provide more details, and we will be more than happy to assist you further.

Best regards,