DB issue with 2024.9.6 upgrade

I am attempting to make the database modifications for the upgrade to 2024.9.6. 3/4 of them work, but when I attempt this:

ALTER TABLE role_members
ADD CONSTRAINT role_members_pkey
PRIMARY KEY (rel_resource, rel_role);

I get this error:

ERROR: column “rel_resource” of relation “role_members” contains null values

How do I resolve this?