From: John Goulah Date: Wed, 27 Aug 2008 14:15:07 +0000 (+0000) Subject: adding contact details per lukes request; added docs on how to get db/schema version X-Git-Tag: v0.08240~368 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=4a743a005ead99a89cccf56adbaaac17feca54fd adding contact details per lukes request; added docs on how to get db/schema version --- diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 5fd8a5f..49c83d5 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -243,6 +243,8 @@ groditi: Guillermo Roditi jesper: Jesper Krogh +jgoulah: John Goulah + jguenther: Justin Guenther jnapiorkowski: John Napiorkowski diff --git a/lib/DBIx/Class/Schema/Versioned.pm b/lib/DBIx/Class/Schema/Versioned.pm index d51cd5d..47230f7 100644 --- a/lib/DBIx/Class/Schema/Versioned.pm +++ b/lib/DBIx/Class/Schema/Versioned.pm @@ -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 {