26 May
2015
26 May
'15
2:48 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7793 --- Comment #20 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to Bernardo Gonzalez Kriegel from comment #19)
Created attachment 39143 [details] [review] [SIGNED-OFF] Bug 7793: Simplify db update
Since message_id is not linked to anything else in the database, we can ensure the message_id's are unique by simply dropping the column and recreating it.
Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Moved updatedatabase to atomicupdate
atomicupdate only works for sql queries (and 1 per file). -- You are receiving this mail because: You are watching all bug changes.