]> git.koha-community.org Git - koha.git/commit
Bug 36453: (QA follow-up) Address upgraded instances
authorPedro Amorim <pedro.amorim@ptfs-europe.com>
Wed, 3 Jul 2024 10:36:56 +0000 (10:36 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 18 Jul 2024 15:53:16 +0000 (17:53 +0200)
commit450e25a06dde3f78777b805efadddf01ec9dd701
treeba5f6233dbe92077f0770f77b47e28271d6175ad
parent920e4dc4c96d2b74e1ab79fcefe564f8d902b87a
Bug 36453: (QA follow-up) Address upgraded instances

To test:
1) Apply only this patch, skipping the next one (patch 'Use varchar instead of mediumtext')
2) Run ktd up with default DBMS mariadb:10.5: ktd up
3) Confirm the database state is wrong:
  DESC categories BlockExpiredPatronOpacActions;
  ^ This should return type = mediumtext
4) Run updatedatabase, make sure green success message shows
  Running the above query again will show type = varchar(128)
5) Run updatedatabase again, notice blue info message notifies its already varchar

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
installer/data/mysql/atomicupdate/bug_36453.pl [new file with mode: 0755]