I'll do ! Thank you !!
Hi, I am trying to add new fields to the object 'pc': - "employee_number" pointing to the id of a person : this one worked well - but i want also to add 4 fields for printers to know which printers someone has on the pc When i run the upgrade of my itop 3.0.0, i'm getting this message : Failed to issue SQL query: query = ALTER TABLE pc CHANGE id id INT(11) NOT NULL AUTO_INCREMENT PRIMARY KEY, CHANGE osfamily_id osfamily_id INT(11) DEFAULT 0, CHANGE osversion_id osversion_id INT(11) DEFAULT 0, CHANGE...
Adding new field to itop object