X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-DeploymentHandler.git;a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FDeploymentHandler%2FCookbook%2FCustomResultSource.pod;fp=lib%2FDBIx%2FClass%2FDeploymentHandler%2FCookbook%2FCustomResultSource.pod;h=2f1b79d66699c349b413c23e084c3ace96bbd82d;hp=eeea7c44dd069b0f85eaea29d1986e6086e50251;hb=3d416c8f66d964a153fccd0c3fc45d03b148879f;hpb=8b810386d7e04607a8c85ef130c5a3be7e5a00d2 diff --git a/lib/DBIx/Class/DeploymentHandler/Cookbook/CustomResultSource.pod b/lib/DBIx/Class/DeploymentHandler/Cookbook/CustomResultSource.pod index eeea7c4..2f1b79d 100644 --- a/lib/DBIx/Class/DeploymentHandler/Cookbook/CustomResultSource.pod +++ b/lib/DBIx/Class/DeploymentHandler/Cookbook/CustomResultSource.pod @@ -94,3 +94,9 @@ table being set on the original result. __PACKAGE__->meta->make_immutable; 1; +Note: if you are using decimal numbers for versioning, you should ammend +this DeploymentHandler package, setting it's VersionHandler class_name from +Monotonic ( which handles integer only version numbers ) to ExplicitVersions +or DatabaseToSchemaVersions, as these handle version numbers as strings +instead of integers. +