Merge pull request #31 from MR-medreport/B2B-26

B2B-26: move selfservice tables to medreport schema and add medusa store
This commit is contained in:
danelkungla
2025-07-08 15:56:30 +03:00
committed by GitHub
237 changed files with 33986 additions and 188 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