Hi! Is it safe to update the search() fonction on ...
# sql
o
Hi! Is it safe to update the search() fonction on the storage schema? Because i would need to add a created_by column, but the search function with is used but the sdk list() function only returns predefined columns. Or is there another work around for this without having to edit the storage schema? Thanks!
s
I would advice against making change to any schema you didn't create outside of the
public
schema. These other schemas are managed by the Supabase team and if they should change them you could lose your changes.
o
Thats what i tought. Do you have any suggestions to my problem then? Thanks