Change record status: 
Project: 
Introduced in branch: 
8.x
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');
}