I have my user_account which has a username set and I'm trying to update it. I'm trying to create the user policy but it's asking me for the WHERE clause, and I'm not sure how do I create a condition where it updates the fields that are being updated on the frontend.
To provide more context:
If I want to update any field on the user_account table (username, email, discordId, etc) how do I make the update user policy? Do I have to set a separate one for each?