Coldfusion 2021 cfupdate database metadata cache
Seems there is a cache stuck somewhere that has old database fields. For example, it keeps telling me I am missing a PK called p_id. That is an old field that does not exist any longer the DB.
```Incomplete primary keys provided.
The table you are attempting to update, products requires the following primary keys ('P_ID,RECORD_ID,'). Ensure that all the primary keys are provided in the form.```
I can simply change the name of the table and everything works fine.
So Coldfusion has to have that table metadata cached but I have tried everything to clear it out and I cant find anywhere to completelty wipe out that metadata.
Anyone ran into this and have any suggestions?
