Commit aa78c4c
refactor: rename database.schema_prefix to database.database_prefix
Avoid confusion with store's schema_prefix (schema-addressed storage paths).
- database.database_prefix: Prefix for database/schema names
- store schema_prefix: Path prefix for schema-addressed storage (unchanged)
Works for both MySQL (schema=database) and PostgreSQL (separate databases).
Environment variable: DJ_DATABASE_PREFIX (was DJ_SCHEMA_PREFIX)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent a8a1814 commit aa78c4c
1 file changed
+5
-5
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 | | - | |
193 | | - | |
194 | | - | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| |||
0 commit comments