owpengram-server/deploy/migrations/0142_clear_ambiguous_contact_phones.down.sql
2026-07-24 11:56:58 +08:00

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;