Revert "chore: Migration to backfill EventType.userId with B, if null (#20562)" (#20598)

This reverts commit 6b00167657.
This commit is contained in:
Omar López
2025-04-07 16:32:40 -07:00
committed by GitHub
parent 77d1a873a9
commit e4c46e3387
@@ -1,6 +0,0 @@
UPDATE "EventType"
SET "userId" = "_user_eventtype"."B"
FROM "_user_eventtype"
WHERE "EventType"."userId" IS NULL
AND "EventType"."teamId" IS NULL
AND "EventType".id = "_user_eventtype"."A";