OK, sequences finally working.
[dbsrgits/DBIx-Class-ResultSource-MultipleTableInheritance.git] / t / lib / LoadTest / Result / Mixin.pm
index 10eb205..97f0af9 100644 (file)
@@ -11,7 +11,6 @@ __PACKAGE__->add_columns(
     id => {
         data_type         => 'integer',
         is_auto_increment => 1,
-        sequence          => 'foo_id_seq'
     },
     words => { data_type => 'text' }
 );