]> git.koha-community.org Git - koha.git/commit
Bug 36755: Atomicupdate file
authorPedro Amorim <pedro.amorim@ptfs-europe.com>
Thu, 2 May 2024 13:19:05 +0000 (13:19 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Wed, 8 May 2024 16:23:58 +0000 (18:23 +0200)
commitffd47c373aa84f19c4dcab4d7f249b622e8adcaa
treefb141b3859de6d84a87f2ac28a61c8a30d138f3a
parentac19b97974b36eb55421bd7823c1947ad763562e
Bug 36755: Atomicupdate file

Test plan, k-t-d:
1) Apply patches.
2) Run the following SQL and save the output of each:
  SHOW CREATE TABLE pseudonymized_borrower_attributes;
  SHOW CREATE TABLE borrower_attribute_types_branches;
  SHOW CREATE TABLE borrower_attributes;
  SHOW CREATE TABLE borrower_attribute_types;
3) Run updatedatabase
4) Run the SQL queries again, compare the output of each with the previous output before updatedatabase.
5) Make sure the only diff between the two is VARCHAR(10) -> VARCHAR(64)

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
installer/data/mysql/atomicupdate/bug_36755.pl [new file with mode: 0755]