bug 1532: tweak new reserves columns and add to init SQL (DB rev 121)
authorGalen Charlton <gmcharlt@gmail.com>
Fri, 19 Feb 2010 02:45:56 +0000 (21:45 -0500)
committerGalen Charlton <gmcharlt@gmail.com>
Fri, 19 Feb 2010 03:49:47 +0000 (22:49 -0500)
commit52fe58dd9526c38efbdac08c9ddf5a1890442f7e
treed48525a0f83365791ee80f715ea1cf23832be3fa
parent3502810346d5e2b24417c47638f2ee42dd5c61d7
bug 1532: tweak new reserves columns and add to init SQL (DB rev 121)

Changed type of lowestpriority from BOOL to tinyint(1) - BOOL was likely
OK, but made it tinyint(1) to match the rest of the flag columns.  We
should look into converting those to BOOL en masse in 3.4.

Also made expirationdate nullable.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
installer/data/mysql/kohastructure.sql
installer/data/mysql/updatedatabase.pl
kohaversion.pl