Test for earlier column_info overwriting (r1890)
[dbsrgits/DBIx-Class-Historic.git] / t / 68inflate.t
index b730253..41cf8c8 100644 (file)
@@ -5,6 +5,7 @@ use Test::More;
 use lib qw(t/lib);
 use DBICTest;
 
+DBICTest::Schema::CD->add_column('year');
 my $schema = DBICTest->init_schema();
 
 eval { require DateTime };