Bug 22987: Add biblioimages.timestamp
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 13 Jan 2020 14:41:21 +0000 (11:41 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 19 Mar 2020 09:27:24 +0000 (09:27 +0000)
commit4f4d30975aa617e128a50af688b3b867c83528af
tree7ab6cdf5d72fef2b7834a4a6f1aa09750a9f9168
parentaff13ee0f7981347b975eaaca30077a2020fc763
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>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
installer/data/mysql/atomicupdate/bug_22987.perl [new file with mode: 0644]
installer/data/mysql/kohastructure.sql