kohabug 2076 - remove three tables (DB rev 077)
authorGalen Charlton <galen.charlton@liblime.com>
Thu, 1 May 2008 16:41:33 +0000 (11:41 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 1 May 2008 23:59:28 +0000 (18:59 -0500)
commit22aa16e87f996b9a046f7b8ed3e495ebd49194fd
treea083d82b951d3f3c9267ce627fc3434210af3250
parent8a9bf4d49d3991b1494f01521467c3bda4a88bea
kohabug 2076 - remove three tables (DB rev 077)

Removed the categorytable, mediatypetable, and subcategorytable
tables.  These three tables appear to be from an incomplete
patch from pre-git that defined these tables to implement
additional search limits, and are not present in the 2.2.9
package.  In 3.0, these tables did nothing - the only code that
referred to them are incomplete admin editors that lack HTML
templates and are not referred to anywhere.

The updatedatabase.pl logic to remove these tables is conservative;
the tables are dropped only if they exist and are all empty.  Effectively,
this means that they'll be dropped if you've been running a fresh install
of 3.0 from git or the alphas or betas; if you've upgraded your database
from 2.2.9, these tables likely weren't in your database to begin with.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
INSTALL.fedora7
admin/itemtypecategory.pl [deleted file]
admin/itemtypesubcategory.pl [deleted file]
admin/mediatype.pl [deleted file]
installer/data/Pg/kohastructure.sql
installer/data/mysql/kohastructure.sql
installer/data/mysql/updatedatabase.pl
kohaversion.pl
t/lib/KohaTest.pm