Replies: 1 comment 2 replies
-
I don't think there is a method. You could probably write a I wonder, though, what the use case is for soft deleting records at one time, but then actually deleting at a later time? Presumably you could just set a column value rather than calling |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While Phalcon allows to soft delete records I'm wandering what is a best practice to force delete soft deleted records, is there a specific method for that or it has to be implemented via SQL query?
Beta Was this translation helpful? Give feedback.
All reactions