[Koha-bugs] [Bug 25183] cleanup-database.pl --del-exp-selfreg fully deletes borrowers - should go into deleted-borrowers

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 29 02:45:29 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25183

--- Comment #9 from Victor Grousset/tuxayo <victor at tuxayo.net> ---
- created a self registration
- I see it with
  - select * from borrowers order by borrowernumber DESC limit 1\G
- Applied the patch
- ./cleanup_database.pl --del-exp-selfreg --del-exp-selfreg-type=soft
- woops, wrong syntax, got the help printed
- ./cleanup_database.pl --del-exp-selfreg --del-exp-selfreg-type soft
- it seems it did something! 
- self registration not here anymore
  - select * from borrowers order by borrowernumber DESC limit 1\G
- it's not it deletedborrowers despite "soft"
  - select * from deletedborrowers order by borrowernumber DESC limit 1\G

So, test failed.
Hypothesis: I didn't get the param syntax right and the it's falling back to
the default "del-exp-selfreg-type" value which is "hard"

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list