Skip to content

Commit a373124

Browse files
committed
Merge branch '3.0.x' into 3.1.x
2 parents 07a3aaf + 6b37bf8 commit a373124

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)