better v7+backcompat tests
[dbsrgits/DBIx-Class-Schema-Loader.git] / TODO
diff --git a/TODO b/TODO
index 765653b..a2ba73f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,10 +1,3 @@
-0.05 BLOCKERS
-=============
-
-Fix failures with DBIC trunk
-
-Add backwards-compatibility mode when regenerating a 0.04-generated schema
-
 OTHER STUFF
 ===========
 
@@ -25,3 +18,5 @@ Relationship stuff:
    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?)
    ...
+
+unregister sources for dropped tables on rescan