- πΊπΈUnited States loopy1492
I believe this cropped up becase, at some point, someone on our team ran the update without exporting the configuration. I'm trying to fix it now, but it looks like the version we are running (5.x) no longer has update 8001 in it so I can't run that update with either php-eval "module_load_install('lightning_media_audio'); lightning_media_audio_update_8001;" on d9.5.x or php-eval "\Drupal::moduleHandler()->loadInclude('lightning_media_audio', 'install'); lightning_media_audio_update_8001;" on d10.0.x.
Too bad.
I WAS able to uninstall and reinstall the module to get the correct fields and delete the config for the old ones. But we are lucky that we do not have any media.audio_file content on the site because I suspect if I did this, that content would explode or at the very least the content for the old "audio_file" field would have disappeared and a blank "audio" field would have taken its place.