By chx on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.x
Issue links:
Description:
If your module used it's own cache table, say cache_foo you need to write a simple update function:
function foo_update_8001() {
update_add_cache_columns('cache_foo');
}