state record use sql to delete rows
We have a custom state record in an app engine that has a few very old rows in it. They contain no data except the process instance. Is it safe to delete these unneeded rows using a SQL delete statement?
Thanks,
Leslie