Expire Short Links Remove #156
khalidzaibi
started this conversation in
Ideas
Replies: 1 comment
-
Hey! I can see a use case for you wanting to do this, but I think this would be something that you'd need to implement in your own application. Maybe through using the "pruning models" functionality that Laravel provides (https://laravel.com/docs/9.x/eloquent#pruning-models)? Or by writing your code to handle these being deleted from the database 🙂 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
if the deactivated_at date expired then automatically short links removed from database.
Beta Was this translation helpful? Give feedback.
All reactions