For adding schemas to the search_path, solves issues related to extensions created in the public schema.
4 lines
164 B
SQL
4 lines
164 B
SQL
set client_min_messages to warning;
|
|
DROP SCHEMA IF EXISTS test, private, postgrest, jwt, public, تست, extensions CASCADE;
|
|
DROP TYPE IF EXISTS jwt_token CASCADE;
|