From: Eric A. Miller Date: Sat, 30 Aug 2014 01:51:51 +0000 (-0400) Subject: Document sqlt_deploy_hook. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d8114498208eab47e161645d8a03a5fc21ef5e87;p=dbsrgits%2FDBIx-Class-Historic.git Document sqlt_deploy_hook. --- diff --git a/lib/DBIx/Class/Schema/Versioned.pm b/lib/DBIx/Class/Schema/Versioned.pm index f43059f..f6d1c89 100644 --- a/lib/DBIx/Class/Schema/Versioned.pm +++ b/lib/DBIx/Class/Schema/Versioned.pm @@ -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) = @_;