| changeset 58 | 87bf6ec8af90 |
| parent 25 | 11fd79666374 |
--- a/Utils/SchemaUtils.php Tue Dec 06 14:53:12 2011 +0100 +++ b/Utils/SchemaUtils.php Thu Dec 08 23:48:55 2011 +0100 @@ -90,7 +90,6 @@ public function filter_foreign_key(array $sqls) { $res_sqls = array(); - //TODO : take the column and table names from the schema foreach ($sqls as $sql) { if(!preg_match("/ADD CONSTRAINT .+ FOREIGN KEY \(.*\) REFERENCES wikitag_document\(id\)/i", $sql)) {