Files
GibSend/apps/web/prisma/migrations/20250819065902_reset_dmarc_status/migration.sql

3 lines
205 B
SQL

-- Reset all dmarcAdded to false since previous verification logic was incorrect
-- DMARC should be checked on main domain, not subdomain
UPDATE "Domain" SET "dmarcAdded" = false WHERE "dmarcAdded" = true;