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 6e89ca0 commit 1a970d2Copy full SHA for 1a970d2
supabase/config.toml
@@ -7,9 +7,8 @@ project_id = "giessdenkiez-de-supabase"
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 = []
11
-# Extra schemas to add to the search_path of every request.
12
-extra_search_path = ["extensions"]
+schemas = ["public", "storage", "graphql_public"]
+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 = 10000
0 commit comments