Skip to content

Removed ENGINE = MyISAM option from CREATE TABLE command in schema-create files.

SkyLundy requested to merge SkyLundy/jumplinks-one:master into master

ENGINE = MyISAM option in the schema SQL files was causing issues with Google Cloud platform which only supports InnoDB. Fixed a critical error that prevented the module from being installed in ProcessWire if MyISAM is not supported by server.

Merge request reports