Skip to content

Commit 3c6740e

Browse files
authored
More style guide changes
1 parent 0bb8002 commit 3c6740e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Schema/PostgresBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function dropAllTables()
1717
{
1818
$tables = [];
1919
$hypertables = [];
20-
20+
2121
$excludedTables = $this->connection->getConfig('dont_drop') ?? ['spatial_ref_sys'];
2222
$hasTimescaleDB = ! empty($this->connection->select("SELECT 1 FROM pg_extension WHERE extname = 'timescaledb'"));
2323

0 commit comments

Comments
 (0)