Skip to content

Commit 1b50481

Browse files
committed
Merge branch 'release/1.0.10'
2 parents 07a4f3d + 85cf788 commit 1b50481

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

app/src/Services/DbUpdateService.php

+2-5
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function update_routine_1()
5353
$table = is_array($table) ? $table : [$table];
5454
foreach ($table as $tbl)
5555
{
56-
$this->pdo->query($tbl);
56+
$this->pdo->query($tbl);
5757

5858
}
5959
};
@@ -71,10 +71,7 @@ public function update_routine_1()
7171
{
7272
$create_table($projects_table);
7373
}
74-
if (!$this->tableExists('settings'))
75-
{
76-
$create_table($settings_table);
77-
}
74+
7875
p_l("in update_routine_1");
7976

8077
return true;

0 commit comments

Comments
 (0)