projects
/
dbsrgits/DBIx-Class-DeploymentHandler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2440e31
)
add comment explaining length
Arthur Axel 'fREW' Schmidt [Sat, 27 Feb 2010 08:40:48 +0000 (
02:40
-0600)]
lib/DBIx/Class/DeploymentHandler/VersionResult.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/DeploymentHandler/VersionResult.pm
b/lib/DBIx/Class/DeploymentHandler/VersionResult.pm
index
b7dbcdd
..
6492356
100644
(file)
--- a/
lib/DBIx/Class/DeploymentHandler/VersionResult.pm
+++ b/
lib/DBIx/Class/DeploymentHandler/VersionResult.pm
@@
-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',