Change user pending permissions ID to int64
Created by: varsanojidan
Closes #31810
Move user_pending_permission table's ID's to int64 to avoid reaching the max allowed value of int32 due to the sequencing applied to the ID value is postgress
Test plan
Validated against existing test cases and locally, will also inspect dogfood after deployment