Table rowcount in Maintenance #253

This commit is contained in:
Jokob-sk
2023-06-18 08:31:05 +10:00
parent 2e713bf1d0
commit cee24e0b6c
3 changed files with 34 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ function OpenDB (...$DBPath) {
die ('<div style="padding-left:150px">Error connecting to the database</div>');
}
$db->exec('PRAGMA journal_mode = wal;');
$db->exec('PRAGMA journal_mode = wal;');
}