https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42273 --- Comment #2 from Laura Escamilla <Laura.escamilla@bywatersolutions.com> --- Created attachment 196828 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196828&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 Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.