Fix #128 (Remove MyISAM engine) from migration scripts

(cherry picked from commit 2c09b0ae86)
This commit is contained in:
slawkens
2020-06-01 09:47:53 +02:00
parent 6b49ecc99a
commit a0d38b1f36
5 changed files with 15 additions and 10 deletions

View File

@@ -10,7 +10,7 @@
`type` INT(2) NOT NULL DEFAULT 0,
`file` VARCHAR(100) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE = MyISAM;
) ENGINE=InnoDB DEFAULT CHARACTER SET=utf8;
");
?>