Fix is_foreign_key_constraint - thanks Jon Schutz
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema.pm
index 979cf84..1681cf5 100644 (file)
@@ -36,7 +36,8 @@ __PACKAGE__->load_classes(qw/
   ),
   qw/SelfRefAlias TreeLike TwoKeyTreeLike Event EventTZ NoPrimaryKey/,
   qw/Collection CollectionObject TypedObject/,
-  qw/Owners BooksInLibrary/
+  qw/Owners BooksInLibrary/,
+  qw/ForceForeign/  
 );
 
 sub sqlt_deploy_hook {