Bug 22987

Summary: Add biblioimages.timestamp
Product: Koha Reporter: Magnus Enger <magnus>
Component: DatabaseAssignee: Tomás Cohen Arazi <tomascohen>
Status: CLOSED FIXED QA Contact: Jonathan Druart <jonathan.druart>
Severity: enhancement    
Priority: P5 - low CC: 1joynelson, jonathan.druart, tomascohen
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
20.05.00
Attachments: Bug 22987: Add biblioimages.timestamp
Bug 22987: Add biblioimages.timestamp
Bug 22987: Add biblioimages.timestamp
Bug 22987: (RM follow-up) Schema Update

Description Magnus Enger 2019-05-25 21:17:59 UTC
It might be interesting to be able to see when an image was last updated.
Comment 1 Tomás Cohen Arazi 2020-01-13 14:43:14 UTC
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
Comment 2 Owen Leonard 2020-03-11 14:32:35 UTC
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>
Comment 3 Jonathan Druart 2020-03-17 13:26:54 UTC
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>
Comment 4 Martin Renvoize 2020-03-19 09:39:35 UTC
Nice work everyone!

Pushed to master for 20.05
Comment 5 Martin Renvoize 2020-03-20 10:40:17 UTC
Nice work everyone!

Pushed to master for 20.05
Comment 6 Martin Renvoize 2020-03-20 10:40:30 UTC
Created attachment 101068 [details] [review]
Bug 22987: (RM follow-up) Schema Update

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Comment 7 Joy Nelson 2020-04-03 20:33:05 UTC
enhancement not backported to 19.11.x