The smokesignal.events web application
at main 6 lines 227 B view raw
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;