projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
527b7d8
)
doh2
Peter Rabbitson [Thu, 28 Aug 2008 16:12:16 +0000 (16:12 +0000)]
t/lib/DBICTest/Schema/CD.pm
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/DBICTest/Schema/CD.pm
b/t/lib/DBICTest/Schema/CD.pm
index
6f91932
..
76b0372
100644
(file)
--- a/
t/lib/DBICTest/Schema/CD.pm
+++ b/
t/lib/DBICTest/Schema/CD.pm
@@
-21,7
+21,8
@@
__PACKAGE__->add_columns(
size => 100,
},
'genreid' => {
- data_type => 'integer'
+ data_type => 'integer',
+ is_nullable => 1,
}
);
__PACKAGE__->set_primary_key('cdid');