* nreese ([email protected]) wrote: > Hi all, > > I need to carry out a version upgrade on an old koha database - does someone > know if I can do an sql query to find out which version the database is?
Yep SELECT * FROM systempreferences WHERE variable='version'; Chris -- Chris Cormack Catalyst IT Ltd. +64 4 803 2238 PO Box 11-053, Manners St, Wellington 6142, New Zealand
signature.asc
Description: Digital signature
_______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

