projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edc14f2
)
Fix typo in upgrade
author
David Christensen
<david@endpoint.com>
Wed, 27 Jan 2016 18:22:07 +0000
(12:22 -0600)
committer
David Christensen
<david@endpoint.com>
Wed, 27 Jan 2016 18:22:07 +0000
(12:22 -0600)
bucardo
patch
|
blob
|
blame
|
history
diff --git
a/bucardo
b/bucardo
index f501e16fb321f49c078c93e48ae2c49ee375424b..12ed2fac19e4d78125f3a2cc1239ca523a8b32cc 100755
(executable)
--- a/
bucardo
+++ b/
bucardo
@@
-8466,7
+8466,7
@@
sub upgrade {
my $current_comment =
$type eq 'table' ? table_comment($schema,$relation)
: $type eq 'domain' ? domain_comment($schema,$relation)
- : 'Unk
on
wn type';
+ : 'Unk
no
wn type';
if ($current_comment ne $comment) {
upgrade_and_log($full);
clog (length $current_comment