Skip to content

Commit 145e89a

Browse files
committed
docs: add @todo
1 parent 8924cb0 commit 145e89a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Database/SQLite3/Forge.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ protected function _alterTable(string $alterType, string $table, $processedField
130130
case 'CHANGE':
131131
(new Table($this->db, $this))
132132
->fromTable($table)
133-
->modifyColumn($processedFields)
133+
->modifyColumn($processedFields) // @TODO Bug: should be NOT processed fields
134134
->run();
135135

136136
return null; // Why null?

0 commit comments

Comments
 (0)