From: Matt S Trout Date: Mon, 20 Mar 2006 19:35:33 +0000 (+0000) Subject: Marked deploy as experimental X-Git-Tag: v0.06000~55 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ec6704d46e4c81f8f8f435fce8e6d26052352c7a;p=dbsrgits%2FDBIx-Class.git Marked deploy as experimental --- diff --git a/lib/DBIx/Class/Schema.pm b/lib/DBIx/Class/Schema.pm index 7df9d5f..114c04b 100644 --- a/lib/DBIx/Class/Schema.pm +++ b/lib/DBIx/Class/Schema.pm @@ -547,9 +547,12 @@ sub throw_exception { croak @_; } -=head2 deploy +=head2 deploy (EXPERIMENTAL) -Attempts to deploy the schema to the current storage +Attempts to deploy the schema to the current storage using SQL::Translator. + +Note that this feature is currently EXPERIMENTAL and may not work correctly +across all databases, or fully handle complex relationships. =cut