Hello everyone,
I’m using a self-hosted KoboToolbox instance and retrieving submission data directly from the database for reporting purposes. I noticed that the reversion_version table contains all submission data, but I can’t find any column indicating whether a submission has been deleted.
Even when a submission is deleted from the KoboToolbox interface (under the “Data” section), it still remains in the reversion_version
table, with no obvious flag showing it has been removed.
Is there a way to identify deleted submissions? Or am I missing a better approach to extract submission data, including their deletion status?
Any insights would be greatly appreciated!
Thanks in advance.