Add missing attribute to DBIx::Class::DeploymentHandler (force_overwrite)
Arthur Axel 'fREW' Schmidt [Fri, 30 Jul 2010 03:04:02 +0000 (22:04 -0500)]
Changes
lib/DBIx/Class/DeploymentHandler.pm

diff --git a/Changes b/Changes
index 3566c21..ee46b98 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
 Revision history for {{$dist->name}}
 
 {{$NEXT}}
+       - Add missing attribute to DBIx::Class::DeploymentHandler (force_overwrite)
 
 0.001003  2010-07-15 20:30:37 CST6CDT
        - Add Catalyst-y intro (norkakn)
index a29af6f..d1050c6 100644 (file)
@@ -12,7 +12,9 @@ with 'DBIx::Class::DeploymentHandler::WithApplicatorDumple' => {
     class_name           => 'DBIx::Class::DeploymentHandler::DeployMethod::SQL::Translator',
     delegate_name        => 'deploy_method',
     attributes_to_assume => [qw(schema schema_version)],
-    attributes_to_copy   => [qw( ignore_ddl databases script_directory sql_translator_args )],
+    attributes_to_copy   => [qw(
+      ignore_ddl databases script_directory sql_translator_args force_overwrite
+    )],
   },
   'DBIx::Class::DeploymentHandler::WithApplicatorDumple' => {
     interface_role       => 'DBIx::Class::DeploymentHandler::HandlesVersioning',