https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42447 --- Comment #11 from Pedro Amorim <pedro.amorim@openfifth.co.uk> --- Created attachment 198160 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198160&action=edit Bug 42447: SIP template fields in the database are too small The SIP fields in the database are too small for the templates of some configurations, and are truncated during upgrade resulting in invalid templates. It's likely we need more than 255 characters for some templates. We should convert all sip template fields to TEXT fields. Test Plan: 1) For each template field on a sip account attempt to save a template like: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXY 2) Note error preventing you from doing so 3) Apply this patch 4) Run updatedatabase.pl 5) Repeat step 1 6) Note you can now do so without error! Signed-off-by: Charlie Arthur <carthur@slolibrary.org> Signed-off-by: Pedro Amorim <pedro.amorim@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.