+ - Fix for 5.18 and 5.20
- Don't copy column data from schema that does anything other
than define data type. e.g. autoinc stuff
use strict;
use warnings;
-foreach my $method qw(journal_log_update journal_log_insert journal_log_delete) {
+foreach my $method (qw(journal_log_update journal_log_insert journal_log_delete)) {
local $@;
eval "sub $method " . ' {
my ( $self, @args ) = @_;