[Koha-bugs] [Bug 32357] Set borrower_message_preferences.days_in_advance default to NULL

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 5 22:57:16 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32357

--- Comment #10 from David Nind <david at davidnind.com> ---
Testing notes (using KTD):

1. Access the database: koha-mysql kohadev

2. Show the current database configuration - the default before the patch is
applied for days_in_advance is 0. SQL query: show columns from
borrower_message_preferences;

3. Apply the patch.

4. Update the database (updatedatabase).

5. Repeat steps 1-2 - the default for days_in_advance should now be NULL.

6. Tests should pass:
   . prove t/db_dependent/cronjobs/advance_notices_digest.t
   . prove t/db_dependent/Letters/TemplateToolkit.t
   . prove t/db_dependent/Koha/CurbsidePickups.t
   . prove t/db_dependent/Koha/Patrons.t
   . prove t/db_dependent/Patron/Messaging.t

Note: the database update now updates the existing installation.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list