[Koha] Koha version 16.11.07.000 check out error

Michael Kuhn mik at adminkuhn.ch
Thu Sep 6 06:19:42 NZST 2018


Hi Mark

 > I can't seem to find the old_reserves table.

What do you mean?

"old reserves" is a table in your Koha database according to 
http://schema.koha-community.org/16_11/

After logging into your database you should be able to do something like 
this to be sure the table exists:

mysql> describe old_reserves;
+------------------+-------------+------+-----+-------------------+-----------------------------+
| Field            | Type        | Null | Key | Default           | 
Extra                       |
+------------------+-------------+------+-----+-------------------+-----------------------------+
| reserve_id       | int(11)     | NO   | PRI | NULL              | 
                        |
| borrowernumber   | int(11)     | YES  | MUL | NULL              | 
                        |
...

Hope this helps.

Best wishes: Michael
-- 
Geschäftsführer · Diplombibliothekar BBS, Informatiker eidg. Fachausweis
Admin Kuhn GmbH · Pappelstrasse 20 · 4123 Allschwil · Schweiz
T 0041 (0)61 261 55 61 · E mik at adminkuhn.ch · W www.adminkuhn.ch


More information about the Koha mailing list