mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 19:24:28 +02:00
Fix errors in Database namespace
This commit is contained in:
parent
17e5ba715e
commit
a5f623a86a
6 changed files with 26 additions and 26 deletions
|
@ -275,7 +275,7 @@ class DBStructure
|
|||
$is_new_table = false;
|
||||
$sql3 = "";
|
||||
if (!isset($database[$name])) {
|
||||
$sql = DbaDefinitionSqlWriter::createTable($name, $structure, $verbose, $action);
|
||||
$sql = DbaDefinitionSqlWriter::createTable($name, $structure);
|
||||
if ($verbose) {
|
||||
echo $sql;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue