Hi, has anyone used Postico with Supabase? It's connecting fine but when I try to make even the most trivial change it gives me an error saying "Error: must be the owner of the table". here-s the full error:
> PG_DIAG_SEVERITY: ERROR
> PG_DIAG_SQLSTATE: 42501
> PG_DIAG_MESSAGE_PRIMARY: must be owner of table xxxxxxx (redacted)
> PG_DIAG_SOURCE_FILE: aclchk.c
> PG_DIAG_SOURCE_LINE: 3600
> PG_DIAG_SOURCE_FUNCTION: aclcheck_error