projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
732dc71
)
removed startup comment if no action required
Luke Saunders [Thu, 28 Feb 2008 16:59:04 +0000 (16:59 +0000)]
lib/DBIx/Class/Schema/Versioned.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Schema/Versioned.pm
b/lib/DBIx/Class/Schema/Versioned.pm
index
c40de20
..
2744b8a
100644
(file)
--- a/
lib/DBIx/Class/Schema/Versioned.pm
+++ b/
lib/DBIx/Class/Schema/Versioned.pm
@@
-425,7
+425,7
@@
sub _on_connect
if($pversion eq $self->schema_version)
{
- warn "This version is already installed\n";
+# warn "This version is already installed\n";
return 1;
}