mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 09:04:26 +02:00
Why I had coded it that way? Now it is better
This commit is contained in:
parent
2d7cd2daf4
commit
559f8b446b
2 changed files with 4 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue