}
/**
- * 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
use Friendica\Core\Hook;
use Friendica\DI;
-require_once __DIR__ . '/../../include/dba.php';
-
class View
{
/**
private static $definition = [];
/**
- * Loads the database structure definition from the config/dbview.config.php file.
+ * Loads the database structure definition from the static/dbview.config.php file.
* On first pass, defines DB_UPDATE_VERSION constant.
*
* @see static/dbview.config.php