is there a way to continuously check a db field like (timestamp) and if it is over a limit to delete the row. I would guess cronjob, but I was wondering if there is an "internal" way to handle it, maybe through Functions?
j
jason-lynx
09/09/2021, 2:29 AM
u can look into update triggers
jason-lynx
09/09/2021, 2:29 AM
when the ts field is updated, it can fire the trigger to delete the row if needed