working deprecated bundle
[dbsrgits/DBIx-Class-DeploymentHandler.git] / lib / DBIx / Class / DeploymentHandler / VersionStorage / Deprecated / VersionResult.pm
index 072d8f7..14d6268 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 
 use parent 'DBIx::Class::Core';
 
-__PACKAGE__->table('dbix_class_deploymenthandler_versions');
+__PACKAGE__->table('dbix_class_schema_versions');
 
 __PACKAGE__->add_columns (
    version => {