Skip to content

Commit 1a970d2

Browse files
committed
chore: update Supabase config to include schemas and search path
1 parent 6e89ca0 commit 1a970d2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

supabase/config.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ project_id = "giessdenkiez-de-supabase"
77
port = 54321
88
# Schemas to expose in your API. Tables, views and stored procedures in this schema will get API
99
# 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"]
10+
schemas = ["public", "storage", "graphql_public"]
11+
extra_search_path = ["public", "extensions"]
1312
# The maximum number of rows returns from a view, table, or stored procedure. Limits payload size
1413
# for accidental or malicious requests.
1514
max_rows = 10000

0 commit comments

Comments
 (0)