Skip to content

Commit

Permalink
Migrations.md improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeygeno committed Sep 19, 2023
1 parent 14cbb68 commit a74b85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/MIGRATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ db.phone_verification.session_counter.dropIndex("id_unique_index");
db.phone_verification.session_counter.dropIndex("created_expiration_index");
```
**Note:** Because MongoDB creates a collection implicitly when the collection is first referenced in a command, it's enough to take care only about indexes
**Note:** Collection names `session` and `session_counter` are what the configuration has by default at the `storage.mongodb.settings` section
**Note:** Collection names `session` and `session_counter` are what the configuration has by default in the `storage.mongodb.settings` section
```yaml
# config/packages/alex_geno_phone_verification.yaml
alex_geno_phone_verification:
Expand Down

0 comments on commit a74b85c

Please # to comment.