If we have decided to change our interpolation mechanism - for example: ``` 'url' => '/:class_name/:id/:attachment/:style/:hash.:extension', ``` becomes ``` 'url' => '/:class_name/:id/:attachment/:style/:secure_hash.:extension', ``` How can we change this without breaking all of our existing assets, is there a predetermined migration path here?