Skip to content

Reload/refresh postgrest schema

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

Then, paste the following SQL statement:

NOTIFY pgrst, 'reload schema';

And click on Run.

You should see a confirmation message under the Results tab:

Success. No rows returned