fenix
08/09/2021, 9:59 PMpublic
. I'd like to point to that database, but I don't know how to do that using REST APIs. Looks like they point by default to the public
dbfenix
08/09/2021, 10:02 PMfenix
08/09/2021, 10:04 PMSteve
08/09/2021, 10:36 PMfenix
08/09/2021, 10:43 PMfenix
08/09/2021, 10:45 PMhttps://localhost:6789/rest/v1/table?
connects by default to public
database, which is the one I'd like to changefenix
08/09/2021, 10:45 PMfenix
08/09/2021, 10:51 PMSteve
08/09/2021, 10:56 PMpublic
schema(not the db) and change it to another one.Steve
08/09/2021, 10:57 PMSteve
08/09/2021, 10:58 PMfenix
08/09/2021, 11:03 PMenv PGRST_DB_SCHEMA=new_schema
in the supabase_db container and restarted it, but doesn't seem to change anythingfenix
08/09/2021, 11:06 PMexport
command on linux actually. Let me retryfenix
08/09/2021, 11:10 PMfenix
08/09/2021, 11:25 PMSteve
08/09/2021, 11:57 PMfenix
08/10/2021, 12:05 AM