We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e2080 commit 08a45f4Copy full SHA for 08a45f4
examples/user-management/nextjs-user-management/supabase/config.toml
@@ -7,9 +7,9 @@ project_id = "nextjs-user-management"
7
port = 54321
8
# Schemas to expose in your API. Tables, views and stored procedures in this schema will get API
9
# endpoints. public and storage are always included.
10
-schemas = []
+schemas = ["public", "graphql_public"]
11
# Extra schemas to add to the search_path of every request.
12
-extra_search_path = ["extensions"]
+extra_search_path = ["public", "extensions"]
13
# The maximum number of rows returns from a view, table, or stored procedure. Limits payload size
14
# for accidental or malicious requests.
15
max_rows = 1000
0 commit comments