Skip to content

Commit

Permalink
style: rector process.
Browse files Browse the repository at this point in the history
  • Loading branch information
ping-yee committed Sep 15, 2024
1 parent dfe2d82 commit f9141a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions system/Database/SQLite3/Forge.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@ public function dropColumn(string $table, $columnNames)
'Failed to drop column. Table: "' . $table
. '", Column: "' . $columns . '"'
);

return false;
}

return $sqlExecuteResult;
Expand Down

0 comments on commit f9141a1

Please sign in to comment.