X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FDeploymentHandler%2FDeployMethod%2FSQL%2FTranslator.pm;h=5084bf8408c77c6a8ad71b0fd423da4b2a6bc075;hb=a65184c855392d390489326e8363ffbe9a0e7fee;hp=cc37175aa0e5de9dbf2a8147e66839e218c131bc;hpb=cfc9edf93ec15cb3ae64af76905d96c89681f51b;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git diff --git a/lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator.pm b/lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator.pm index cc37175..5084bf8 100644 --- a/lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator.pm +++ b/lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator.pm @@ -427,10 +427,13 @@ __PACKAGE__->meta->make_immutable; __END__ =attr schema + =attr storage + =attr sqltargs #rename + =attr upgrade_directory The directory (default C<'sql'>) that upgrades are stored in @@ -443,26 +446,43 @@ generate files for =attr txn_wrap =method __ddl_consume_with_prefix + =method _ddl_schema_consume_filenames + =method _ddl_schema_produce_filename + =method _ddl_schema_up_consume_filenames + =method _ddl_schema_down_consume_filenames + =method _ddl_schema_up_produce_filenames + =method _ddl_schema_down_produce_filenames + =method _resultsource_install_filename + =method _run_sql_and_perl =method _prepare_install + =method _prepare_changegrade + =method _read_sql_file =method deploy + =method install_resultsource + =method prepare_resultsouce_install + =method prepare_install + =method prepare_upgrade + =method prepare_downgrade + =method upgrade_single_step + =method downgrade_single_step vim: ts=2 sw=2 expandtab