When deleting a project, retain the thread's project ID (#5418)

This commit is contained in:
aecsocket
2026-02-27 01:03:08 +00:00
committed by GitHub
parent 6fba33d443
commit 47ef7ee42e

View File

@@ -0,0 +1,2 @@
ALTER TABLE threads
DROP CONSTRAINT IF EXISTS threads_mod_id_fkey;