You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@daffl
I am using softDelete2() method for soft delete. It works fine. const { softDelete2 } = require('feathers-hooks-common');
It used remove hooks method, Now I want to delete the record permanently. How may I achieved this ?
Thank you.
How would one go about making the remove() operation set a deleted_at column instead of doing an actual delete?
The text was updated successfully, but these errors were encountered: