Skip to content

Commit

Permalink
added SQLite3 to exclude database
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevsr committed Mar 2, 2024
1 parent 89f0360 commit 40ab3d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion preload.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,12 @@ class preload
*/
private array $paths = [
[
'include' => __DIR__ . '/vendor/codeigniter4/framework/system',
'include' => __DIR__ . '/vendor/codeigniter4/framework/system', // change this path if you using manual installation
'exclude' => [
// Not needed if you don't use them.
'/system/Database/OCI8/',
'/system/Database/Postgre/',
'/system/Database/SQLite3/',
'/system/Database/SQLSRV/',
// Not needed.
'/system/Database/Seeder.php',
Expand Down

0 comments on commit 40ab3d6

Please sign in to comment.