Skip to content

Commit 6b37bf8

Browse files
authored
Merge pull request #216 from elazar/patch-1
Fix documentation of configuring `table_name`
2 parents f21838a + 285da23 commit 6b37bf8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/pages/configuration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ You can change the table name of the event store.
107107
```yaml
108108
patchlevel_event_sourcing:
109109
store:
110-
table_name: 'my_event_store'
110+
options:
111+
table_name: 'my_event_store'
111112
```
112113
### Merge ORM Schema
113114

0 commit comments

Comments
 (0)