Skip to content

Commit 0eabb56

Browse files
authored
Add documentation for the check duplicates command (#2007)
1 parent 362d495 commit 0eabb56

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/02-admin/04-running-mbin/05-cli.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,17 @@ php bin/console mbin:cache:build
366366

367367
## Miscellaneous
368368

369+
### Search for duplicate magazines or users and remove them
370+
371+
This command provides a guided tour to search for, and remove duplicate magazines or users.
372+
This has been added to make the creation of unique indexes easier if the migration failed.
373+
374+
Usage:
375+
376+
```bash
377+
php bin/console mbin:check:duplicates-users-magazines
378+
```
379+
369380
### Users-Remove-Marked-For-Deletion
370381

371382
> [!NOTE]

0 commit comments

Comments
 (0)