We added on the "Resource" screen a new field "FiggoId" int(4) with plugin version 6.0
Then we migrated to version 9.5.0
During migraiton, I got an error :
Certaines customisations d'écran ne sont pas cohérentes :
- Ressource
Veuillez accéder à chacun de ces écrans sur le plugin de customisation (la version 5.0 ou supérieure est requise)
When I enter the screen customisation for ressource, I see again the error message, but no tip about what error I should fix.
I notice tough the FiggoId is now a varchar(50). I'm 99% sure we created a int(4) !
How can I fix the error ?
How can I change the FiggoId column from varchar(50) to int(4) without deleting it ? (I would avoid to type again this value for all resources...)
Hi,
This is not an blocking issue but a consistency warning message,
You can change field type from varchar to int in database but it 100% sure projeqtor migration doesn't change your field type.
if you can't fix this issue join your resource custom file on next message maybe we can fix this.