multi column PK support
[dbsrgits/DBIx-Class-Journal.git] / lib / DBIx / Class / Schema / Journal / DB / ChangeLog.pm
index a18ef09..bf0dc3b 100644 (file)
@@ -4,7 +4,7 @@ use base 'DBIx::Class';
 
 # __PACKAGE__->load_components(qw/Core/);
 __PACKAGE__->load_components(qw/Ordered Core/);
-__PACKAGE__->table('change_log');
+__PACKAGE__->table('changelog');
 
 __PACKAGE__->add_columns(
                          ID => {