From: Dagfinn Ilmari Mannsåker Date: Thu, 22 Nov 2012 19:01:49 +0000 (+0000) Subject: Remove implemented item from TODO X-Git-Tag: 0.07034_01~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-Schema-Loader.git;a=commitdiff_plain;h=46895d8bdcbdd829bcde427249a5591128adfc5b Remove implemented item from TODO --- diff --git a/TODO b/TODO index 6973743..f22f5e8 100644 --- a/TODO +++ b/TODO @@ -49,8 +49,6 @@ - add -I support to dbicdump - Relationships - - Re-scan relations/tables after initial relation setup to find - ->many_to_many() relations to be set up - While scanning for many-to-many, scan for implied rels as well (if foo->belongs_to('bar') and baz->belongs_to('bar'), does that impliy foo->might_have('baz') and the reverse?)