mirror of
https://github.com/friendica/friendica
synced 2025-04-19 11:50:12 +00:00
We now can define views
This commit is contained in:
parent
43b8bdea07
commit
63ebbb8a16
5 changed files with 243 additions and 2 deletions
|
@ -112,6 +112,8 @@ class DBStructure
|
|||
|
||||
echo "\n";
|
||||
}
|
||||
|
||||
DBView::printStructure($basePath);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -594,6 +596,8 @@ class DBStructure
|
|||
}
|
||||
}
|
||||
|
||||
DBView::create($verbose, $action);
|
||||
|
||||
if ($action && !$install) {
|
||||
DI::config()->set('system', 'maintenance', 0);
|
||||
DI::config()->set('system', 'maintenance_reason', '');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue