<?xml version="1.0" encoding="UTF-8"?><oembed><type>video</type><version>1.0</version><html>&lt;iframe src=&quot;https://www.loom.com/embed/2981055089e1450ba015badc417b26c6&quot; frameborder=&quot;0&quot; width=&quot;1662&quot; height=&quot;1246&quot; webkitallowfullscreen mozallowfullscreen allowfullscreen&gt;&lt;/iframe&gt;</html><height>1246</height><width>1662</width><provider_name>Loom</provider_name><provider_url>https://www.loom.com</provider_url><thumbnail_height>1246</thumbnail_height><thumbnail_width>1662</thumbnail_width><thumbnail_url>https://cdn.loom.com/sessions/thumbnails/2981055089e1450ba015badc417b26c6-e7120108063081b7.gif</thumbnail_url><duration>176.011</duration><title>Revising VR Database Schema and Views</title><description>This Loom discusses proposed database schema changes for file references, including how to handle an original flag and foreign keys. The speaker adds an original boolean default true and removes the content type from the added file reference to avoid duplicating file references across versions. Because this prevents a foreign key to a partial index, they recreate a full index on original, with the approach working when original is true or null (nulls are distinct, so it is not an issue). They also note that MyContents needs the original field and mention revisiting whether to avoid multiplying file references and whether content type should be maintained in file reference and included in insertion logic.</description></oembed>