https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20271
Benjamin Rokseth <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff --- Comment #17 from Benjamin Rokseth <[email protected]> --- Ready for testing now, test plan: 1) make sure you have some deleted biblios and items 2) apply patch and run updatedatabase 3) if you have any clashing keys, they should be reported during updatedatabase and be left in renamed corresponding tables with _ (e.g. _deleteditems) 4) run update_dbix_class_files.pl (to make sure schemas and rest api are ok) 5) check that db_dependent tests concerning biblios and items pass OK 6) check that you can still delete items and biblio 7) for any deleted item or biblio, you should now have a timestamp in the 'deleted_at' column. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
