fix missing comment
Arthur Axel 'fREW' Schmidt [Wed, 19 May 2010 18:20:30 +0000 (13:20 -0500)]
lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator.pm

index 6f183fc..4eb5c6f 100644 (file)
@@ -76,7 +76,7 @@ has schema_version => (
 
 # this will probably never get called as the DBICDH
 # will be passing down a schema_version normally, which
-# is built the same way
+# is built the same way, but we leave this in place
 method _build_schema_version { $self->schema->schema_version }
 
 method __ddl_consume_with_prefix($type, $versions, $prefix) {