ecto_soft_delete
ecto_soft_delete copied to clipboard
add restore functionality
adds the inverse functions of soft delete by setting deleted_at field to nil
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.