Author: danielsh
Date: Thu Mar 17 20:07:12 2022
New Revision: 1898998
URL: http://svn.apache.org/viewvc?rev=1898998&view=rev
Log:
* subversion/libsvn_wc/wc-metadata.sql:
Extend the list of places to update when bumping the format number.
Modified:
subversion/trunk/subversion/libsvn_wc/wc-metadata.sql
Modified: subversion/trunk/subversion/libsvn_wc/wc-metadata.sql
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc-metadata.sql?rev=1898998&r1=1898997&r2=1898998&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc-metadata.sql (original)
+++ subversion/trunk/subversion/libsvn_wc/wc-metadata.sql Thu Mar 17 20:07:12
2022
@@ -721,6 +721,8 @@ PRAGMA user_version = 32;
* * subversion/tests/libsvn_wc/wc-queries-test.c
* (schema_statements, create_memory_db)
* * The implementation of svn_client_latest_wc_version()
+ * * The comment above the comment above SVN_WC__VERSION
+ * * The value of SVN_WC__VERSION, if needed
*/