Joao Arquimedes
Results
2
comments of
Joao Arquimedes
Adjust the column sequence in the glpi_notificationtemplates table: ``` ALTER TABLE glpi_notificationtemplates MODIFY COLUMN id int(10) unsigned NOT NULL AUTO_INCREMENT FIRST; ALTER TABLE glpi_notificationtemplates MODIFY COLUMN name varchar(255) AFTER id;...
If you are upgrading GLPI from version 9.x to 10.x, adjust the column sequence in the glpi_notificationtemplates table: ``` ALTER TABLE glpi_notificationtemplates MODIFY COLUMN id int(10) unsigned NOT NULL AUTO_INCREMENT...