mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 00:31:13 -05:00
Fix: Make thread_id nullable
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- Make thread_id nullable in contact_submissions table
|
||||
-- Contact submissions don't have a thread until an admin replies
|
||||
ALTER TABLE public.contact_submissions
|
||||
ALTER COLUMN thread_id DROP NOT NULL;
|
||||
Reference in New Issue
Block a user