The new two alias fields alias_lastname, alias_firstname will replace the alias field and the name_knownas field. We have to do the following steps, in case the name_knownas field contains data. 1) Add the new fields (and remove some of the unused LDAP fields, and alias field). Use the new sql file - mysql -pPASSWORD YOURDATABASE < updateStudent20210409.sql. 2) Parse the name_knownas field and add to the two new alias fields. Adapt fixStudentAlias1.pl script (it's now set to do our 20 schools) for your single school. 3) As #1, run: mysql -pPASSWORD YOURDATABASE < updateStudent20210409A.sql (note the A). This removes the name_knownas field. 4) Update the studentall 'view'. use the studentallviewcreate.sql in the install/config directory. Same method as #1 and #3. 5) Update the meta data. Run the meta update script on EOY page. 6) update the student template (student.tpl). Place in the template directory.