ecto_soft_delete icon indicating copy to clipboard operation
ecto_soft_delete copied to clipboard

add restore functionality

Open mithereal opened this issue 1 year ago • 1 comments

adds the inverse functions of soft delete by setting deleted_at field to nil

mithereal avatar Mar 30 '23 04:03 mithereal

the reasoning for writing this is bc, i cannot locate the restore function in the codebase, can you tell me which file it is located in? also the reasoning i named it soft_restore is to follow the naming schema of the codebase and to prevent code clashes from other using librarys that might have the restore function defined.

mithereal avatar Nov 22 '23 03:11 mithereal