Implemented changes on database
On request no big changes has been on the database layout.
Only some fields has be made required (On Helpdesk request). This is performed by placing a file (called Custom.mod) in the directory /opt/Caisd/site/mods/majic.
Contents of this file:
MODIFY chg category REQUIRED;
MODIFY chg est_comp_date REQUIRED;
MODIFY chg need_by REQUIRED;
MODIFY cr category REQUIRED;
MODIFY cr affected_rc REQUIRED;
MODIFY nr status REQUIRED;
MODIFY nr warranty-end REQUIRED;