Skip to content

Commit 4ba4ed2

Browse files
committed
Merge branch '3.1.x' into 3.2.x
2 parents baa5dd0 + a373124 commit 4ba4ed2

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)