unrecognized configuration parameter "rls.ihp_user_id"
Hi everyone,
I'm getting an issue when I try to create a post with a foreign key relationship to the users table. The user_id column has a default value of ihp_user_id().
I can create posts again when I remove the column.
This is the error: unrecognized configuration parameter "rls.ihp_user_id"
I'm also getting this error now when trying to run a migration with a policy that uses the ihp_user_id() function.
Is there somewhere I need to add this function or enable it?
Can you remove the default value
ihp_user_id()
?