Document sqlt_deploy_hook.
Eric A. Miller [Sat, 30 Aug 2014 01:51:51 +0000 (21:51 -0400)]
lib/DBIx/Class/Schema/Versioned.pm

index f43059f..f6d1c89 100644 (file)
@@ -286,6 +286,13 @@ sub _deploy_version_table {
   $self->{vschema}->storage->disconnect;
 }
 
+=head2 sqlt_deploy_hook
+
+Hook to exlude the 'dbix_class_schema_versions' table from being modified
+deployment of the schema.
+
+=cut
+
 sub sqlt_deploy_hook {
    my ($self, $sqlt_schema) = @_;