Upgrade to 3.6.5
This commit is contained in:
@@ -137,7 +137,7 @@ class Sqlite extends Sql
|
||||
public function tables(): array
|
||||
{
|
||||
return [
|
||||
'query' => 'SELECT name FROM sqlite_master WHERE type = "table"',
|
||||
'query' => 'SELECT name FROM sqlite_master WHERE type = "table" OR type = "view"',
|
||||
'bindings' => []
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user