Split DBStructure & View to avoid DB-calls and dependencies for basic operations
- new "Definition" classes vor DB and Views - new "Writer" classes to create SQL definitions for DB and Views - DBStructure & View are responsible to execute DB-querys
This commit is contained in:
@@ -170,7 +170,7 @@ class Install extends BaseModule
|
||||
return;
|
||||
}
|
||||
|
||||
$this->installer->installDatabase($configCache->get('system', 'basepath'));
|
||||
$this->installer->installDatabase();
|
||||
|
||||
// install allowed themes to register theme hooks
|
||||
// this is same as "Reload active theme" in /admin/themes
|
||||
|
||||
Reference in New Issue
Block a user