]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/DatabaseStructure.php
Apply suggestions from code review
[friendica.git] / src / Console / DatabaseStructure.php
index 343c90023d8bfad831f6bd3f6cac074c18a3da3e..c6d708eb71dfd9eb41e6c6b69cab0c0563fbd625 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -106,7 +106,7 @@ HELP;
 
                switch ($this->getArgument(0)) {
                        case "dryrun":
-                               $output = DBStructure::update($basePath, true, false);
+                               $output = DBStructure::dryRun();
                                break;
                        case "update":
                                $force    = $this->getOption(['f', 'force'], false);