Skip to content

Commit 51f47df

Browse files
committed
fix: reverse to the previous action.
1 parent e03c99c commit 51f47df

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

system/Database/Forge.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -796,11 +796,6 @@ public function dropColumn(string $table, $columnNames)
796796
return false;
797797
}
798798

799-
// If _alterTable() return execute result instead of sql string, return.
800-
if ((bool) $sql === true) {
801-
return true;
802-
}
803-
804799
return $this->db->query($sql);
805800
}
806801

0 commit comments

Comments
 (0)