|
|
|
|
|
by xixixao
795 days ago
|
|
Since it’s really application specific (what rows should be soft deleted, is recovery possible…), you probably want to model these like any other state. With Convex you can do things like schedule a deletion mutation 30 days from now, or run a cron job that cleans up data out of retention. Is this what you had in mind? |
|