A FK existed between threads.reference_uuid and uuid.uuid. However, this meant that whenever a user attempted to remove anything that had a thread attached, it would fail. Ex: Removing anything with the edit text editor.
This migration removes the FK constraint so that deletions can go through properly. We’ll be working towards a solution for “homeless” threads in the coming days.
A FK existed between
threads.reference_uuid
anduuid.uuid
. However, this meant that whenever a user attempted to remove anything that had a thread attached, it would fail. Ex: Removing anything with the edit text editor.This migration removes the FK constraint so that deletions can go through properly. We’ll be working towards a solution for “homeless” threads in the coming days.