Implements hook_update_dependencies().
function file_update_dependencies() {
// Convert fields and instances to ConfigEntities after the {file_usage}.id
// column has moved to varchar.
$dependencies['field'][8003] = array(
'file' => 8001,
);
return $dependencies;
}