Summary: | Add biblioimages.timestamp | ||
---|---|---|---|
Product: | Koha | Reporter: | Magnus Enger <magnus> |
Component: | Database | Assignee: | Tomás Cohen Arazi (tcohen) <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
|
|
Circulation function: | |||
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
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 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 |