[10:49:04 CDT(-0500)] <TonyUnicon> i guess no standup
[18:36:07 CDT(-0500)] <JasonElwood> Paul- need a little help with a changeset that is failing during an upgrade.
[18:36:17 CDT(-0500)] <JasonElwood> Change Set org/jasig/ssp/database/changesets/000055.xml::Provide code column in student_type table::paul.spaude failed. Error: Error executing SQL UPDATE public.student_type SET code = name: ERROR: value too long for type character varying(10)
[18:36:22 CDT(-0500)] <pspaude1> Yes what changeset?
[18:36:26 CDT(-0500)] <pspaude1> ah ok
[18:37:10 CDT(-0500)] <JasonElwood> remind me of the fix on this one
[18:37:14 CDT(-0500)] <pspaude1> Ok, one of the existing names is too long (10) than the student type code allows
[18:37:54 CDT(-0500)] <JasonElwood> ah crap
[18:37:57 CDT(-0500)] <pspaude1> What happens is the changeset was designed since student type code can't be null to just copy the name over since pre-the changeset everyone was using name as the code
[18:38:01 CDT(-0500)] <JasonElwood> I read the error wrong