It might be interesting to be able to see when an image was last updated.
Created attachment 97316 [details] [review] Bug 22987: Add biblioimages.timestamp This patch adds the timestamp column to the biblioimages table. To test: 1. Apply this patch 2. Run: $ updatedatabase $ koha-mysql kohadev > SHOW CREATE TABLE biblioimages; => SUCCESS: Notice the new column is there with the right settings 3. Sign off :-D
Created attachment 100576 [details] [review] Bug 22987: Add biblioimages.timestamp This patch adds the timestamp column to the biblioimages table. To test: 1. Apply this patch 2. Run: $ updatedatabase $ koha-mysql kohadev > SHOW CREATE TABLE biblioimages; => SUCCESS: Notice the new column is there with the right settings 3. Sign off :-D Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Created attachment 100890 [details] [review] Bug 22987: Add biblioimages.timestamp This patch adds the timestamp column to the biblioimages table. To test: 1. Apply this patch 2. Run: $ updatedatabase $ koha-mysql kohadev > SHOW CREATE TABLE biblioimages; => SUCCESS: Notice the new column is there with the right settings 3. Sign off :-D Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Nice work everyone! Pushed to master for 20.05
Created attachment 101068 [details] [review] Bug 22987: (RM follow-up) Schema Update Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
enhancement not backported to 19.11.x