dev/core#3112 Clear caches to avoid error on upgrade
authorEileen McNaughton <emcnaughton@wikimedia.org>
Sun, 13 Mar 2022 05:10:43 +0000 (18:10 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Sun, 13 Mar 2022 05:10:43 +0000 (18:10 +1300)
commit04aa3cdcc33366f70ddda6c854f08a7a12ed237b
treedfaf050ea3eaf1090c387fc41a8e7e45c5cbb0ef
parent9fa8363c73a769710e1006a8793aac3a6004ce38
dev/core#3112 Clear caches to avoid error on upgrade

There may be a better place for this - but at least here is is clear to the api call that
can fail without it .... if the metadata cache is populated from an earlier version the
table_name key may not exist & hence the api call fails with no table_name
in the from clause
CRM/Upgrade/Incremental/php/FiveFortySeven.php