Koha/installer/data/mysql
Emily Lamancusa d5a1c97b93 Bug 35190: Set default NULL for authorised_value_category in additional_fields table
To test:
1. Start KTD without this patch
2. In the Administration module, create an Additional Field with
   Authorized Value set to None
3. Create another Additional Field with Authorized Value set to an
   existing authorized value
4. Apply patch and updatedatabase
5. Access the database in the command line with koha-mysql kohadev
6. Select all rows from additional_fields
7. Confirm that the two Additional Fields from earlier have values of
   NULL and the correct authorized value, respectively, in their
   authorised_value_category fields.
8. reset_all to test new install
9. Access the database in the command line
10. Show the table structure for additional_fields and confirm that
    default for authorised_value_category is NULL

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 40414f9c69)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
2023-11-09 20:53:00 -10:00
..
atomicupdate Bug 35190: Set default NULL for authorised_value_category in additional_fields table 2023-11-09 20:53:00 -10:00
db_revs Increment version for 23.05.05 release 2023-11-07 20:34:30 -10:00
en Bug 35185: Remove is_html flag from sample notices that are plain text 2023-11-09 15:59:58 -10:00
localization Bug 34558: Update custom.sql for it-IT webinstaller 2023-10-09 09:18:24 -10:00
mandatory Bug 34885: Improve confusing pref description for OPACHoldsIfAvailableAtPickup 2023-10-05 08:21:03 -10:00
backfill_statistics.pl
fix_unclosed_nonaccruing_fines_bug17135.pl
kohastructure.sql Bug 35190: Set default NULL for authorised_value_category in additional_fields table 2023-11-09 20:53:00 -10:00
labels_upgrade.pl
patroncards_upgrade.pl
update22to30.pl
updatedatabase.pl Bug 34685: Make updatedatabase.pl propagate the error 2023-09-08 09:27:46 -10:00