Timezone support for InflateColumn::DateTime (sergio)
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema.pm
index 7ebd040..b2e4099 100644 (file)
@@ -34,7 +34,7 @@ __PACKAGE__->load_classes(qw/
     'Producer',
     'CD_to_Producer',
   ),
-  qw/SelfRefAlias TreeLike TwoKeyTreeLike Event NoPrimaryKey/,
+  qw/SelfRefAlias TreeLike TwoKeyTreeLike Event EventTZ NoPrimaryKey/,
   qw/Collection CollectionObject TypedObject/,
   qw/Owners BooksInLibrary/
 );