Merge branch 'main' into MED-63

This commit is contained in:
Danel Kungla
2025-07-08 16:06:27 +03:00
237 changed files with 40809 additions and 2141 deletions

View File

@@ -10,9 +10,9 @@ enabled = true
port = 54321
# Schemas to expose in your API. Tables, views and stored procedures in this schema will get API
# endpoints. `public` and `graphql_public` schemas are included by default.
schemas = ["public", "graphql_public", "audit"]
schemas = ["medreport", "public", "graphql_public", "audit"]
# Extra schemas to add to the search_path of every request.
extra_search_path = ["public", "extensions"]
extra_search_path = ["medreport", "public", "extensions"]
# The maximum number of rows returns from a view, table, or stored procedure. Limits payload size
# for accidental or malicious requests.
max_rows = 1000

File diff suppressed because it is too large Load Diff