owpengram-server/deploy/migrations/20260908000001_phone_identity_canonicalization.up.sql
2026-09-09 02:49:30 +03:00

5 lines
288 B
SQL

-- The country-aware data rewrite is executed transactionally by
-- postgres.canonicalizeStoredPhoneIdentities before this durable version marker.
-- Keeping it in Go avoids incorrect SQL-only stripping of significant leading
-- zeroes (for example Italian fixed-line numbers).
SELECT 1;