-0.900001_05 2010-04-28
+0.900001_05 2010-04-29
+ - Removed undocumented override of deploy()
- Added prepopulate_journal() to bootstrap insert logs, for retrofitting (oliver)
- Added bootstrap_journal() which calls deploy_journal() and then prepopulate_journal() (oliver)
use strict;
use warnings;
-our $VERSION = '0.900001_04';
+our $VERSION = '0.900001_05';
$VERSION = eval $VERSION; # no errors in dev versions
## On create/insert, add new entry to AuditLog and new content to AuditHistory
# optional - defaults to all sources
My::Schema->journal_sources([qw/ table1 table2 /]);
-
+
$schema = My::Schema->connect(...);
$schema->journal_schema_deploy;