Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

🔄 Migrate File URLs to JSON Objects

Convert string URLs to JSON format for Webflow compatibility

ℹ️ What This Does

This migration converts file URLs from string format to JSON object format:

From: "https://example.com/file.pdf"

To: { "url": "https://example.com/file.pdf", "alt": "Document Name" }

⚠️ Important

This operation will update all documents in your database. Make sure you have a backup before proceeding.