adding contact details per lukes request; added docs on how to get db/schema version
John Goulah [Wed, 27 Aug 2008 14:15:07 +0000 (14:15 +0000)]
lib/DBIx/Class.pm
lib/DBIx/Class/Schema/Versioned.pm

index 5fd8a5f..49c83d5 100644 (file)
@@ -243,6 +243,8 @@ groditi: Guillermo Roditi <groditi@cpan.org>
 
 jesper: Jesper Krogh
 
+jgoulah: John Goulah <jgoulah@cpan.org>
+
 jguenther: Justin Guenther <jguenther@cpan.org>
 
 jnapiorkowski: John Napiorkowski <jjn1056@yahoo.com>
index d51cd5d..47230f7 100644 (file)
@@ -263,6 +263,9 @@ Virtual method that should be overriden to create an upgrade file.
 This is useful in the case of upgrading across multiple versions 
 to concatenate several files to create one upgrade file.
 
+You'll probably want the db_version retrieved via $self->get_db_version
+and the schema_version which is retrieved via $self->schema_version 
+
 =cut
 
 sub create_upgrade_path {