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

--- Comment #1 from Tomás Cohen Arazi (tcohen) <[email protected]> ---
Created attachment 196757
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196757&action=edit
Bug 42273: Fix 'idenfity' typo in categories table

The categorycode column comment in the categories table had a typo:
'idenfity' instead of 'identify'. This fixes it in kohastructure.sql
and adds an atomic update to correct existing installations.

Test plan:
1. Apply this patch
2. Run:
   $ updatedatabase
=> SUCCESS: The atomic update is applied
3. Verify:
   echo "SHOW FULL COLUMNS FROM categories WHERE Field='categorycode';" |
koha-mysql kohadev
=> SUCCESS: The comment reads 'unique primary key used to identify the patron
category'
4. Sign off :-D

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to