Missing "*"
This commit is contained in:
parent
572a3f1180
commit
845f71b7dd
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class DBStructure
|
||||||
*/
|
*/
|
||||||
private static $definition = [];
|
private static $definition = [];
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Converts all tables from MyISAM to InnoDB
|
* Converts all tables from MyISAM to InnoDB
|
||||||
*/
|
*/
|
||||||
public static function convertToInnoDB()
|
public static function convertToInnoDB()
|
||||||
|
|
Loading…
Reference in a new issue