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 m...@adminkuhn.ch · W www.adminkuhn.ch
_______________________________________________
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to