SAK-16668 Assignments conversion script column conversion change (2.6.0)

SAK-16668 - Getting issue details... STATUS : Assignments / private notes and model answers do not display proper error message for text over 255 characters. If you upgraded to Sakai 2.6.0 PRIOR TO 1 September 2009 you must run the following column conversion. You should check your columns as they should be converted from varchar to text (or just run the conversion anyway as it is safe to rerun, which is why they are uncommented).

-- SAK-16668
-- Note: If you upgraded to sakai 2.6.0 PRIOR TO September 1st 2009 you'll need to run this column conversion.
-- You should probably check your columns as they should be converted from varchar to text
-- (Or just run them anyway as it is safe to rerun, which is why they are uncommented)
ALTER TABLE ASN_MA_ITEM_T CHANGE TEXT TEXT TEXT;
ALTER TABLE ASN_NOTE_ITEM_T CHANGE NOTE NOTE TEXT;