beromir / Servas

A self-hosted bookmark management tool.
https://servas.app
GNU General Public License v3.0
533 stars 28 forks source link

[FEAT] Add command to delete duplicate links of a user #65

Closed beromir closed 1 year ago

beromir commented 1 year ago

This PR adds a command to delete the duplicate links of a particular user. You can run the command with ./artisan link:delete-duplicates. The prompt will ask for a user ID.

Related issue: #58