Back to Supabase

Refresh Postgrest Schema

apps/docs/content/troubleshooting/refresh-postgrest-schema.mdx

1.26.04305 B
Original Source

To refresh your PostgREST schema, go to your project Dashboard, and open the SQL Editor.

Then, paste the following SQL statement:

sql
NOTIFY pgrst, 'reload schema';

And click on Run.

You should see a confirmation message under the Results tab:

Success. No rows returned