bump to 3.00.00.017 : adding columns to zebraqueue
authorPaul POULAIN <paul@koha-fr.org>
Wed, 31 Oct 2007 18:37:58 +0000 (13:37 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 1 Nov 2007 00:43:00 +0000 (19:43 -0500)
commit23c79b8229ee37978334e9225a33404dfa47c1ac
tree39d0d0a14b79f750cab1468fa7fdce2ca3ecbb71
parent4c7ca14fb8193d2bea5a63febdb825d4b4a0c16b
bump to 3.00.00.017 : adding columns to zebraqueue

The zebraque_start scripts works, but it not friendly when you try to track what he did
as records are deleted after done.
This commit changes the behaviour : 2 columns are added done & timestamp.
done is set to 1 when a line have been done. And the timestamp contains the timestamp of the last action (either line creation if done=0 or operation if done=1)

should be helpfull to track problem.

the table will grow, but i'll add soon a DELETE FROM zebraqueue WHERE timestamp > 30 days or something like that

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
installer/kohastructure.sql
misc/cronjobs/zebraqueue_start.pl
updater/updatedatabase