The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

schema_update.pl - Update a schema based on checksums and sql snippets

SYNOPSIS

    schema_update.pl --dsn dbi:Pg:dbname=your_db;host=db.example.org  --sqlsnippetdir path/to/sql/snippets

DESCRIPTION

Please see perldoc DBIx::SchemaChecksum for more information.

OPTIONS

See DBIx::SchemaChecksum section Attributes generated by Moose

AUTHOR

Thomas Klausner, <domm at cpan.org>

COPYRIGHT & LICENSE

Copyright 2008 Thomas Klausner, revdev.at, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.