From 79ad22cfb7d1ea950f4ffa2860f63bd4d0f31692 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Mon, 1 Sep 2014 08:42:08 -0400 Subject: [PATCH] Need to update validate_sync with new columns --- bucardo.schema | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucardo.schema b/bucardo.schema index fecba42e7..1195c8ca7 100644 --- a/bucardo.schema +++ b/bucardo.schema @@ -2634,7 +2634,7 @@ AS $bc$ } else { my $old = $_TD->{old}; - for my $x (qw(name source targetdb targetgroup autokick)) { + for my $x (qw(name herd dbs autokick)) { elog(DEBUG, "Checking on $x"); if (! defined $old->{$x}) { next if ! defined $new->{$x}; -- 2.39.5