X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema%2FCD.pm;h=a271dd83d33b76cba391f489de4a07fdf8858ecc;hb=972015a720dac187c82c75642c733299b897b40d;hp=1463d0036309f3f466348e6b52de45d6ab07e533;hpb=5978a0e8eea03cedc3ad471b84d8eac4769f47eb;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/DBICTest/Schema/CD.pm b/t/lib/DBICTest/Schema/CD.pm index 1463d00..a271dd8 100644 --- a/t/lib/DBICTest/Schema/CD.pm +++ b/t/lib/DBICTest/Schema/CD.pm @@ -26,6 +26,7 @@ __PACKAGE__->add_columns( 'genreid' => { data_type => 'integer', is_nullable => 1, + accessor => 'undef', }, 'single_track' => { data_type => 'integer',