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:
@@ -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
|
||||
|
||||
5556
supabase/migrations/20250703145757_add_medreport_schema.sql
Normal file
5556
supabase/migrations/20250703145757_add_medreport_schema.sql
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user