https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36039
Jesse Maseto <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #166097|0 |1 is obsolete| | Attachment #166098|0 |1 is obsolete| | Attachment #166099|0 |1 is obsolete| | --- Comment #20 from Jesse Maseto <[email protected]> --- Created attachment 166155 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166155&action=edit Bug 36039: Move audit_database script logic to a dedicated module Test plan #1 ensure same script functionality (same as bug 34064): 0. Apply patch 1. vi ./installer/data/mysql/kohastructure.sql 2. Comment out some columns, change NULL status, or whatever you like 3. perl misc/maintenance/audit_database.pl \ --filename /kohadevbox/koha/installer/data/mysql/kohastructure.sql 4. Note that the output includes SQL commands to change the database to match the new kohastructure.sql 5a. Try using koha-foreach and note that the database name appears above the database comparison 5b. koha-foreach "perl misc/maintenance/audit_database.pl \ --filename /kohadevbox/koha/installer/data/mysql/kohastructure.sql" Test plan #2: 1. After doing test plan #1, access the new 'database audit' tab, visit: <staff_url>/cgi-bin/koha/about.pl?tab=database 2. Ensure the output is the same as test plan #1 Signed-off-by: Martin Renvoize <[email protected]> Signed-off-by: JesseM <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
