X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FVersioned.pm;h=26760b54bf5699ee47d7cd39fd95170c10be992d;hb=c13002976e32b818eabc3a8eaf6fa2e23ebed7e9;hp=10edb01415c634314f5183f671027899bf870662;hpb=7e3dc46f39301189250953880d568cebdc914a77;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Schema/Versioned.pm b/lib/DBIx/Class/Schema/Versioned.pm index 10edb01..26760b5 100644 --- a/lib/DBIx/Class/Schema/Versioned.pm +++ b/lib/DBIx/Class/Schema/Versioned.pm @@ -258,7 +258,7 @@ sub deploy { =back -Virtual method that should be overriden to create an upgrade file. +Virtual method that should be overridden 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. @@ -279,7 +279,7 @@ sub create_upgrade_path { =back -Virtual method that should be overriden to return an ordered list +Virtual method that should be overridden to return an ordered list of schema versions. This is then used to produce a set of steps to upgrade through to achieve the required schema version.