projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
022bbd6
)
Need to update validate_sync with new columns
author
Greg Sabino Mullane
<greg@endpoint.com>
Mon, 1 Sep 2014 12:42:08 +0000
(08:42 -0400)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Mon, 1 Sep 2014 12:42:08 +0000
(08:42 -0400)
bucardo.schema
patch
|
blob
|
blame
|
history
diff --git
a/bucardo.schema
b/bucardo.schema
index fecba42e71c55f1571ee106200be894bac85c731..1195c8ca761e2381eba82172e773049107ad514b 100644
(file)
--- 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};