ericferon / glpi-archimap

GLPI plugin for drawing architecture maps (based on draw.io)
GNU General Public License v2.0
19 stars 10 forks source link

SQL: engine type MyISAM should be InnoDB #15

Closed Stoatwblr closed 5 years ago

Stoatwblr commented 5 years ago

in archimap/sql/empty-1.0.0.sql - the engine-type for create table statements is explicitly set to MyISAM

It should be InnoDB - this probably applies to all your plugins.

ericferon commented 5 years ago

Indeed. This has been changed in v2.0.15. Thank you,