Fix stupid docs
Phillip Smith [Wed, 14 Mar 2012 19:17:09 +0000 (13:17 -0600)]
Changes
lib/DBIx/Class/DeploymentHandler.pm

diff --git a/Changes b/Changes
index 1479a61..c9331f4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,6 +3,7 @@ Revision history for {{$dist->name}}
 {{$NEXT}}
        - Use ->count instead of ->next to check if version storage is deployed
          (->next caused issues on MSSQL due to length of DDL)
+       - Fix a couple stupid documentation issues (Phillip Smith)
 
 0.002100  2012-03-03 17:09:21 CST6CDT
        - Wrap upgrades, downgrades, and installs in a transaction, as a failure
index 295a3f4..41a8210 100644 (file)
@@ -193,7 +193,7 @@ Then you'll want to just install the version_storage:
 
 Then set your database version:
 
- $dh->add_database_version({ version => $s->version });
+ $dh->add_database_version({ version => $s->schema_version });
 
 Now you should be able to use C<DBIx::Class::DeploymentHandler> like normal!