Koha/misc/cronjobs
Paul POULAIN 23c79b8229 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>
2007-10-31 19:43:00 -05:00
..
build_browser_and_cloud.pl #1447 : avoid a SQL message when filling the table 2007-10-05 19:40:05 -05:00
j2a.pl rel_3_0 moved to HEAD 2007-03-09 14:52:58 +00:00
longoverdue.pl
notifyMailsOp.pl HUGE COMMIT : code cleaning circulation. 2007-04-04 16:46:22 +00:00
reservefix.pl
result.txt rel_3_0 moved to HEAD (introducing new files) 2007-03-09 15:34:17 +00:00
smsoverdues.pl adding SMS stuff so we don't forget about it 2007-10-29 21:21:20 -05:00
update_items.pl Removing $dbh from GetMarcFromKohaField (dbh is not used in this function.) 2007-04-27 14:00:48 +00:00
zebraqueue_start.pl bump to 3.00.00.017 : adding columns to zebraqueue 2007-10-31 19:43:00 -05:00