oaregithub / oare_mono

1 stars 0 forks source link

removes threads foreign key #1676

Closed hbludworth closed 1 year ago

hbludworth commented 1 year ago

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.