Skip to content

Commit

Permalink
bugfix: Failed foreign key constraint check due to daily_video 0 (#16798
Browse files Browse the repository at this point in the history
)
  • Loading branch information
emrysal authored Sep 24, 2024
1 parent d52b2a2 commit 77af36e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ DROP INDEX "BookingReference_credentialId_idx";
UPDATE "BookingReference" br
SET "credentialId" = NULL
WHERE br."credentialId" IS NOT NULL
AND br."credentialId" != 0
AND NOT EXISTS (
SELECT 1
FROM "Credential" c
Expand Down

0 comments on commit 77af36e

Please sign in to comment.