Why I had coded it that way? Now it is better
This commit is contained in:
@@ -46,7 +46,7 @@ if ($_SERVER["argc"] == 2) {
|
||||
Config::set('system','build',DB_UPDATE_VERSION);
|
||||
return;
|
||||
case "dumpsql":
|
||||
DBStructure::printStructure(DBStructure::definition());
|
||||
DBStructure::printStructure();
|
||||
return;
|
||||
case "toinnodb":
|
||||
DBStructure::convertToInnoDB();
|
||||
|
||||
Reference in New Issue
Block a user