Legacy FileDescriptors to FileRef

Cuba veteran/freshly-migrated Jmix n00b.

Is there a tool to convert old FileDescriptors to FileRefs at the database level. I know that FileDescriptors took the createdAt and used that to construct the file path whereas FileRefs just store the file path. I could go through the hassle of figuring out the update script, but I don’t want to reinvent the wheel if a tool already exists.

Hello, unfortunately there is no such tool.

It should just be <create_year>/<create_month>/<create_day>/<id>.<extension>, correct? And I’d need to set that column value for every File Descriptor I’m changing to a File Ref, correct?