mirror of
https://github.com/penpot/penpot.git
synced 2026-08-19 03:08:40 +00:00
Store the generated-by and referer fields from the v3 binfile manifest into the existing file_data.metadata JSONB column during import. This preserves the export source information for diagnostics and analytics. The metadata schema in fdata.clj is extended with optional :generated-by and :referer string fields. The storage backend persistence now merges metadata instead of overwriting it, so manifest fields coexist with :storage-ref-id. Closes #11106 AI-assisted-by: mimo-v2.5-pro