aboutsummaryrefslogtreecommitdiff
path: root/subversion/libsvn_wc/wc-metadata.h
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2021-02-13 13:04:04 +0000
committerDimitry Andric <dim@FreeBSD.org>2021-02-13 13:04:04 +0000
commit8f67d37de16f4d4a3c64b754a079789ce8ad1b25 (patch)
treef70a7f1a49f2036e84a115da7b6b718d2c702e41 /subversion/libsvn_wc/wc-metadata.h
parentbbee6e0814d5875b85b81f26fd4ca7a28b6f9570 (diff)
Diffstat (limited to 'subversion/libsvn_wc/wc-metadata.h')
-rw-r--r--subversion/libsvn_wc/wc-metadata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/subversion/libsvn_wc/wc-metadata.h b/subversion/libsvn_wc/wc-metadata.h
index 75e7503c3f3f..b0f72dfaec99 100644
--- a/subversion/libsvn_wc/wc-metadata.h
+++ b/subversion/libsvn_wc/wc-metadata.h
@@ -177,7 +177,7 @@
"CREATE UNIQUE INDEX IF NOT EXISTS I_NODES_MOVED " \
"ON NODES (wc_id, moved_to, op_depth); " \
"CREATE INDEX IF NOT EXISTS I_PRISTINE_MD5 ON PRISTINE (md5_checksum); " \
- "UPDATE nodes SET presence = \"server-excluded\" WHERE presence = \"absent\"; " \
+ "UPDATE nodes SET presence = 'server-excluded' WHERE presence = 'absent'; " \
"UPDATE nodes SET file_external=1 WHERE file_external IS NOT NULL; " \
""