Skip to content

Change user pending permissions ID to int64

Administrator requested to merge iv/user-pending-permissions-int64 into main

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

Merge request reports

Loading