Commit 5defbea
refactor: rename database.schema_prefix to database.project_prefix
Avoid confusion with store's schema_prefix (schema-addressed storage paths).
The database setting is for project organization, not storage addressing.
- database.project_prefix: Project-level prefix for schema names
- store schema_prefix: Path prefix for schema-addressed storage (unchanged)
Environment variable: DJ_PROJECT_PREFIX (was DJ_SCHEMA_PREFIX)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent a8a1814 commit 5defbea
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| |||
0 commit comments