Updates without where clause defaults to updating the row related to logged in user #30533
Unanswered
MarkOSullivan94
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
It'd be great if Supabase could detect from the table which is being updated which field uses a foreign key from the
authtable and then tries to update the row related to the logged in user by default unless a where clause is providedOf course in the tables which do not have a relation with the
authtable it would be expected to provide a where clauseAll reactions