We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b4ef9f commit 6460d2bCopy full SHA for 6460d2b
src/Illuminate/Database/Schema/PostgresBuilder.php
@@ -30,7 +30,7 @@ public function dropAllTables()
30
{
31
$tables = [];
32
33
- $excludedTables = $this->connection->getConfig('excluded_drop_tables') ?? ['spatial_ref_sys'];
+ $excludedTables = $this->connection->getConfig('dont_drop') ?? ['spatial_ref_sys'];
34
35
foreach ($this->getAllTables() as $row) {
36
$row = (array) $row;
0 commit comments