https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17320
--- Comment #9 from M. Tompsett <[email protected]> --- TEST PLAN --------- On an Ubuntu 16.04 LTS git install: git checkout -b bug_17320 origin/3.20.x git bz apply 17320 i -- apply the DO NOT PUSH -- in a MySQL client drop and recreate your koha_library DB -- run a web install and select all data (just 3 issues for Marc21, but not really the point of this patch) git reset --hard origin/master ./installer/data/mysql/updatedatabase.pl -- there will be 0000-00-00 messages in the upgrade output. git reset --hard origin/3.20.x git bz apply 17320 i -- apply the DO NOT PUSH -- in a MySQL client drop and recreate your koha_library DB -- run a web install and select all data (just 3 issues for Marc21, but not really the point of this patch) git reset --hard origin/master git bz apply 17320 i apply the 0000-00-00 fix patch ./installer/data/mysql/updatedatabase.pl -- there will be NO 0000-00-00 messages in the upgrade output. -- 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/
