fix: migration

This commit is contained in:
David Nguyen
2024-06-06 18:57:00 +10:00
parent 6e4a4c38a1
commit 783e47d297

View File

@ -9,7 +9,7 @@
-- Custom (Drop duplicate)
UPDATE "User"
SET "User"."url" = NULL
SET "url" = NULL
WHERE "User"."url" IN (
SELECT "UserTeamUrl"."url"
FROM (