move some general comments to a general role, along with the interface, and initial...
[dbsrgits/DBIx-Class-DeploymentHandler.git] / lib / DBIx / Class / DeploymentHandler / VersionResult.pm
index 699130a..6492356 100644 (file)
@@ -1,4 +1,4 @@
-package DBIx::Class::DepolymentHandler::VersionResult;
+package DBIx::Class::DeploymentHandler::VersionResult;
 
 use strict;
 use warnings;
@@ -14,7 +14,9 @@ __PACKAGE__->add_columns (
   },
   version => {
     data_type         => 'varchar',
-    size              => '20'
+    # size needs to be at least
+    # 40 to support SHA1 versions
+    size              => '50'
   },
   ddl => {
     data_type         => 'text',