Admin: Database Cleanup
Remove Duplicate Recipes
This tool will scan your database for duplicate recipes (based on title) and remove them. The oldest recipe will be kept, and newer duplicates will be deleted.
How it works
- Scans all recipes in the database
- Groups recipes by title (case-insensitive)
- Identifies groups with multiple recipes (duplicates)
- Keeps the oldest recipe in each group
- Deletes all newer duplicates
- Reports the results with details of what was removed