[Bug 2076] Resolve differences in DB schema for a new vs. upgraded database
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2076 rch@liblime.com changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major ------- Comment #13 from rch@liblime.com 2008-10-09 12:50 ------- Adding to this for a new vs upgraded from 3.0x database, or 3.0 prerelease db: $DBversion = "3.00.00.031" adds some sysprefs. INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('maxItemsInSearchResults',20,'Specify the maximum number of items to display for each result on a page of results',NULL,'free') This one isn't in kohastructure. It would be really useful to add to the test suite a test for update database: install the 3.0 release database, run updatedatabase on it, then compare with the current kohastructure. Minimally, maxItemsInSearchResults needs to be added, but there may be others. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
participants (1)
-
bugzilla-daemon@pippin.metavore.com