6a9a0bb804
Migration 20260515000002 failed on prod because dropping NOT NULL on recipient_device_id was rejected (column is part of the natural primary key). This fix-up drops the PK, adds a synthetic row_id BIGSERIAL PK, re-applies the NOT NULL drop, and re-runs the indexes/policies that were skipped after the failure.