You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,14 @@ exempt_models = (
28
28
29
29
---
30
30
31
+
## `main_schema`
32
+
33
+
Default: `"public"`
34
+
35
+
The name of the main (primary) PostgreSQL schema. (Use the `\dn` command in the PostgreSQL CLI to list all schemas.)
36
+
37
+
---
38
+
31
39
## `max_working_branches`
32
40
33
41
Default: None
@@ -46,7 +54,7 @@ The maximum total number of branches that can exist simultaneously, including me
46
54
47
55
## `schema_prefix`
48
56
49
-
Default: `branch_`
57
+
Default: `"branch_"`
50
58
51
59
The string to prefix to the unique branch ID when provisioning the PostgreSQL schema for a branch. Per [the PostgreSQL documentation](https://www.postgresql.org/docs/16/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS), this string must begin with a letter or underscore.
0 commit comments