Hi folks,
I tried to do an update on one of my rows in supabase in the 'familyprofile' table.
There is just 1 record at this time with collumn: 'familyprofile_key' (PK). I use this instead of id.
Now i have a backend query 'user_inivite' that loads a view that i inserted in Supabase. The familyprofile_key' is included ther.
When i try to update an row, with filter on this collumn, nothing happens.
I even tried an 'not equal to' π
and still nothing will update...