owpengram-server/deploy/migrations/20260714003101_clear_ambiguous_contact_phones.down.sql

4 lines
221 B
SQL

-- Irreversible privacy cleanup: restoring users.phone here would recreate the
-- disclosure this migration removes. Contact relations and all non-phone
-- owner-scoped fields are preserved by the up migration.
SELECT 1;