]> git.mxchange.org Git - friendica.git/blobdiff - src/Database/DBStructure.php
Merge pull request #8563 from annando/issue-8550
[friendica.git] / src / Database / DBStructure.php
index 6fe4d614d8caea008cb60b25095d358960e43134..dc13bd6566d94228cab5d63205dde2461c2533c1 100644 (file)
@@ -112,10 +112,12 @@ class DBStructure
 
                        echo "\n";
                }
+
+               View::printStructure($basePath);
        }
 
        /**
-        * Loads the database structure definition from the config/dbstructure.config.php file.
+        * Loads the database structure definition from the static/dbstructure.config.php file.
         * On first pass, defines DB_UPDATE_VERSION constant.
         *
         * @see static/dbstructure.config.php
@@ -594,6 +596,8 @@ class DBStructure
                        }
                }
 
+               View::create($verbose, $action);
+
                if ($action && !$install) {
                        DI::config()->set('system', 'maintenance', 0);
                        DI::config()->set('system', 'maintenance_reason', '');