1-- Remove duplicate email column from identity_notifications 2-- Email is now only stored in identity_profiles table 3-- Queries will join to get email when needed 4 5ALTER TABLE identity_notifications 6DROP COLUMN IF EXISTS email;