]> git.koha-community.org Git - koha.git/commit
Bug 30565: Database revision for stockrotationrotas
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Wed, 20 Apr 2022 11:29:58 +0000 (11:29 +0000)
committerKyle Hall <kyle@bywatersolutions.com>
Fri, 6 May 2022 17:53:20 +0000 (13:53 -0400)
commitbb210393522abd23e0b9821c5bd34ea176279faa
treecd679c7b56093377e5e726078b38500f55318857
parent8911cbb0ef49ac93fbb09d1668ae4d3f0afffed1
Bug 30565: Database revision for stockrotationrotas

Add unique key if needed.
Adjust description column to make it NOT NULL.

Test plan:
(Optionally:) Drop unique key, make description nullable.
Run dbrev.
Check if unique key present, and description not-nullable.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
installer/data/mysql/atomicupdate/bug_30565.pl [new file with mode: 0755]