added auto_number column as PK for action_logs
authorGalen Charlton <galen.charlton@liblime.com>
Wed, 31 Oct 2007 00:16:47 +0000 (19:16 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Wed, 31 Oct 2007 10:55:25 +0000 (05:55 -0500)
commitbd40bee1aaf6ebc3bdc7eb93d6366c677a6b7c9e
tree0a66d6b129d8817b97db0d3a8943530061cd4434
parentb5e18fe431131000994189f855f9b9245a5fdcb3
added auto_number column as PK for action_logs

* prevents PK warnings when logging actions that occur
  faster than once a second (e.g., batch MARC loads) --
  the original PK of timestamp + user not granular enough
* timestamp + user still indexed for log viewing

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