We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb8002 commit 3c6740eCopy full SHA for 3c6740e
src/Illuminate/Database/Schema/PostgresBuilder.php
@@ -17,7 +17,7 @@ public function dropAllTables()
17
{
18
$tables = [];
19
$hypertables = [];
20
-
+
21
$excludedTables = $this->connection->getConfig('dont_drop') ?? ['spatial_ref_sys'];
22
$hasTimescaleDB = ! empty($this->connection->select("SELECT 1 FROM pg_extension WHERE extname = 'timescaledb'"));
23
0 commit comments