Skip to content

Commit 8aa466f

Browse files
committed
Merge branch '3.2.x' into 3.3.x
2 parents 3b48cae + 4ba4ed2 commit 8aa466f

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
@@ -129,7 +129,8 @@ You can change the table name of the event store.
129129
```yaml
130130
patchlevel_event_sourcing:
131131
store:
132-
table_name: 'my_event_store'
132+
options:
133+
table_name: 'my_event_store'
133134
```
134135
### Merge ORM Schema
135136

0 commit comments

Comments
 (0)