mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-26 19:07:00 -05:00
Reverted to commit 96a961d95c
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
-- Fix blog_posts foreign key to reference profiles
|
||||
ALTER TABLE blog_posts DROP CONSTRAINT IF EXISTS blog_posts_author_id_fkey;
|
||||
ALTER TABLE blog_posts ADD CONSTRAINT blog_posts_author_id_fkey
|
||||
FOREIGN KEY (author_id) REFERENCES profiles(user_id) ON DELETE CASCADE;
|
||||
Reference in New Issue
Block a user