- Issue created by @bburg
- ๐บ๐ธUnited States bburg Washington D.C.
Reading my entity warning more carefully:
File type field
It's pointing to the field that the file entity module adds to the managed_file table. Did some more research, and it looks to be related to #3056070: Mismatched entity and/or field definitions updating from 8.6 to 8.7 โ . Yes, this is an older site that was originally built in D8 using file_entity. I had a ticket to handle the migration at one point, but looking back, it seems that was closed in error.
- ๐บ๐ธUnited States bburg Washington D.C.
And as I was investigating this prior to starting to module and core updates, I run those, and now I get even more entity mismatch issues with these:
Taxonomy term
The Publish state field needs to be installed.
The Unpublish state field needs to be installed.I did run the core database updates, and they finished without any issues, so I'm just a bit confused why these are showing up.
I'm looking at this " Mismatched entity and/or field definitions โ " module, but it seems like that just provides a UI for the drush command that this module provides. So again, it's just confusing what site maintainers are supposed to do about these warnings.
- ๐ฎ๐นItaly plach Venezia
So again, it's just confusing what site maintainers are supposed to do about these warnings
The short answer is โnothingโ: those errors should be fixed via an update function by the module providing the field definitions. Iโll try to expand on this when I have a keyboard under my fingers ๐
Sometimes a change occurs in a field definition property not having a direct impact on the DB schema, e.g. the field label, but those count as mismatches as well.