Whoops, wrong accessor (things still work though)
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema / CD.pm
index 1463d00..fadd539 100644 (file)
@@ -26,6 +26,7 @@ __PACKAGE__->add_columns(
   'genreid' => { 
     data_type => 'integer',
     is_nullable => 1,
+    accessor => undef,
   },
   'single_track' => {
     data_type => 'integer',